mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix typo in loading default taks in Capfile template
This commit is contained in:
parent
a91f9d4b4f
commit
2539eb03a3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ end
|
||||||
files = {
|
files = {
|
||||||
"Capfile" => unindent(<<-FILE),
|
"Capfile" => unindent(<<-FILE),
|
||||||
|
|
||||||
require 'deploy'
|
load 'deploy'
|
||||||
|
|
||||||
# Uncomment if you are using Rails' asset pipeline
|
# Uncomment if you are using Rails' asset pipeline
|
||||||
# load 'deploy/assets'
|
# load 'deploy/assets'
|
||||||
|
|
Loading…
Reference in a new issue