finished hlinting
This commit is contained in:
parent
57adb0347b
commit
eeae910242
23 changed files with 144 additions and 159 deletions
|
@ -25,7 +25,7 @@ start :: SubCmdStartString
|
|||
start file = isAnnexed file $ \(key, _) -> do
|
||||
link <- calcGitLink file key
|
||||
l <- liftIO $ readSymbolicLink file
|
||||
if (link == l)
|
||||
if link == l
|
||||
then return Nothing
|
||||
else do
|
||||
showStart "fix" file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue