summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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"
]
]