better quoting of description via show
This commit is contained in:
parent
657395b628
commit
7b2762fb92
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ perform description = do
|
|||
showLongNote $
|
||||
"This is a bare repository, so its description cannot be committed.\n" ++
|
||||
"To record the description, run this command in a clone of this repository:\n" ++
|
||||
" git annex describe " ++ (show u) ++ " '" ++ description ++ "'\n\n"
|
||||
" git annex describe " ++ show u ++ " " ++ show description ++ "\n\n"
|
||||
return $ Just $ return True
|
||||
else do
|
||||
describeUUID u description
|
||||
|
|
Loading…
Reference in a new issue