diff options
Diffstat (limited to 'Command/Add.hs')
-rw-r--r-- | Command/Add.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 5133ee1fd..6a1ffb5da 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -51,7 +51,7 @@ perform (file, backend) = do cleanup :: FilePath -> Key -> CommandCleanup cleanup file key = do - logStatus key ValuePresent + logStatus key InfoPresent link <- calcGitLink file key liftIO $ createSymbolicLink link file |