Skip to content

Commit

Permalink
Merge pull request #90 from binci/fix-init-strings
Browse files Browse the repository at this point in the history
fix(init): Turns out before and after are strings
  • Loading branch information
ksafranski committed Dec 6, 2017
2 parents 23ea5c0 + 481d90c commit 09141e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/init.js
Expand Up @@ -17,10 +17,10 @@ const configTemplate = (containerLine) => `${containerLine}
# - 8080:8080
# hosts:
# - some-host.com:127.0.0.1
# before:
# - echo "before..."
# after:
# - echo "after..."
# before: |
# echo "before..."
# after: |
# echo "after..."
tasks:
env: env | sort
shell: /bin/sh
Expand Down

0 comments on commit 09141e6

Please sign in to comment.