random hlint (to give the autobuilder something new to build)
This commit is contained in:
parent
b914620264
commit
2d480602aa
6 changed files with 12 additions and 14 deletions
|
@ -66,7 +66,7 @@ changeAssociatedFiles key transform = do
|
|||
mapping <- calcRepo $ gitAnnexMapping key
|
||||
files <- associatedFilesRelative key
|
||||
let files' = transform files
|
||||
when (files /= files') $ do
|
||||
when (files /= files') $
|
||||
modifyContent mapping $
|
||||
liftIO $ viaTmp writeFileAnyEncoding mapping $
|
||||
unlines files'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue