typos
This commit is contained in:
parent
682ae30a08
commit
ec23eeb9eb
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@ writeOSXDesktop command = do
|
|||
ifM isRoot
|
||||
( return ()
|
||||
, do
|
||||
let commandfile <- home </> "Desktop" </> "git-annex-webapp.command"
|
||||
let commandfile = home </> "Desktop" </> "git-annex-webapp.command"
|
||||
writeFile commandfile $ unwords [command, "webapp"]
|
||||
mode <- fileMode <$> getFileStatus f
|
||||
mode <- fileMode <$> getFileStatus commandfile
|
||||
setFileMode commandfile $ mode `unionFileModes` ownerExecuteMode
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue