Skip to content

Commit

Permalink
Update Envoy.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Jun 30, 2015
1 parent 8da5a0d commit ea2ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$releasePath = $releasesPath .'/'. (isset($release) ? $release : date('YmdHis'));
@endsetup

@servers(['web' => '-A "'. $server.'"'])
@servers(['web' => '-A "'. $server .'"'])

@task('deploy:setup')
if [ ! -d "{{ $releasesPath }}" ]; then
Expand Down

0 comments on commit ea2ee08

Please sign in to comment.