diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-28 16:17:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-28 16:17:13 -0400 |
commit | 34c84ebf8eac2d4b61e2ba04b87dc2be321c20d4 (patch) | |
tree | 05fac499457acc8a56cb26f766958abade6d22fe /Assistant | |
parent | 2ac6b79d434f8743d7aac2c7bb311d38d388468c (diff) |
typo
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Install.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs index 6fa30f250..989843e90 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -39,7 +39,7 @@ ensureInstalled = go =<< standaloneAppBase where go Nothing = noop go (Just base) = do - let program = base <$> "git-annex" + let program = base </> "git-annex" programfile <- programFile createDirectoryIfMissing True (parentDir programfile) writeFile programfile program |