typo
This commit is contained in:
parent
c048905dc4
commit
c94261020f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ moveContent = do
|
|||
|
||||
updateSymlinks :: Annex ()
|
||||
updateSymlinks = do
|
||||
showNote "updating symlinks content..."
|
||||
showNote "updating symlinks..."
|
||||
g <- Annex.gitRepo
|
||||
files <- liftIO $ Git.inRepo g [Git.workTree g]
|
||||
forM_ files $ fixlink
|
||||
|
|
Loading…
Reference in a new issue