From 00b7323d4e7d554a308eada9d20b2e836d74d809 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Jul 2014 12:22:50 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" ] ] -- cgit v1.2.3