1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

actDownload -> actDataTransfer

This commit is contained in:
Nikola Knezevic 2020-04-06 23:08:39 +02:00
parent c4c1ae0a00
commit a0c5931208
5 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ typedef enum {
typedef enum {
actUnknown = 0,
actCopyPath = 100,
actDownload = 101,
actDataTransfer = 101,
actRealise = 102,
actCopyPaths = 103,
actBuilds = 104,