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 :: Annex ()
|
||||||
updateSymlinks = do
|
updateSymlinks = do
|
||||||
showNote "updating symlinks content..."
|
showNote "updating symlinks..."
|
||||||
g <- Annex.gitRepo
|
g <- Annex.gitRepo
|
||||||
files <- liftIO $ Git.inRepo g [Git.workTree g]
|
files <- liftIO $ Git.inRepo g [Git.workTree g]
|
||||||
forM_ files $ fixlink
|
forM_ files $ fixlink
|
||||||
|
|
Loading…
Add table
Reference in a new issue