Skip to content

Commit

Permalink
Merge pull request #195 from Stas-Ghost/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
leehambley committed Dec 15, 2014
2 parents c057ff1 + f40ccba commit 4b71519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ site_dir = '/opt/sites/example.com'
# Let's simulate a backup task, assuming that some servers take longer
# then others to complete
on all_servers do |host|
in site_dir do
within site_dir do
execute :tar, '-czf', "backup-#{host.hostname}.tar.gz", 'current'
# Will run: "/usr/bin/env tar -czf backup-one.example.com.tar.gz current"
end
Expand Down

0 comments on commit 4b71519

Please sign in to comment.