propellor spin

This commit is contained in:
Joey Hess 2014-07-18 12:22:50 -04:00
parent c23aced0c5
commit 00b7323d4e
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]
]