summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-18 12:22:50 -0400
committerJoey Hess2014-07-18 12:22:50 -0400
commit00b7323d4e7d554a308eada9d20b2e836d74d809 (patch)
treea0850b1e7e25c3b86d36c95f8463fcb2cb2df5de /src
parentc23aced0c5d4917db084d210018f9d025d3ca101 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index a1a5ca6d..d1f22fc1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -351,7 +351,7 @@ githubBackup = propertyList "github-backup box"
"/home/joey/lib/backup" $ intercalate "&"
[ "mkdir -p github"
, "cd github"
- , "$HOME/.github-keys && github-backup joeyh"
+ , ". $HOME/.github-keys && github-backup joeyh"
]
]