Skip to content

Commit

Permalink
More white space on the deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 3, 2012
1 parent 3c1a542 commit 1617de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/deploy.sh.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%
prepare = commands(:default).map { |s| "(\n#{indent 2, s}\n)" }.join(" && ")
restart = commands(:restart).map { |s| "(\n#{indent 2, s}\n)" }.join(" && ")
clean = commands(:clean).map { |s| "(\n#{indent 2, s}\n)" }.join(" && ")
prepare = commands(:default).map { |s| "(\n\n#{indent 2, s}\n\n)" }.join(" && ")
restart = commands(:restart).map { |s| "(\n\n#{indent 2, s}\n\n)" }.join(" && ")
clean = commands(:clean).map { |s| "(\n\n#{indent 2, s}\n\n)" }.join(" && ")
%>
#!/usr/bin/env bash

Expand Down

0 comments on commit 1617de8

Please sign in to comment.