Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4s4 committed May 5, 2019
2 parents ba892db + 902a78c commit 7b59923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.yml
Expand Up @@ -15,7 +15,7 @@ targets:
doc: Run an integration test
depends: bin
steps:
# test without -file option
# test without -env option
- write: '={BUILD_DIR}/test'
text: "#!/bin/sh\necho $FOO\necho $SPAM"
- chmod: '={BUILD_DIR}/test'
Expand All @@ -26,7 +26,7 @@ targets:
- if: 'output != "BAR\nEGGS"'
then:
- throw: "Test failed:\n={output}"
# test with -file option
# test with -env option
- $: ['={BUILD_DIR}/dotrun', '-env', '.env2', '={BUILD_DIR}/test']
1=: output
1x: true
Expand Down
2 changes: 1 addition & 1 deletion dotrun.go
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
help = `Usage: dotrun [-file .env] command args...
help = `Usage: dotrun [-env .env] command args...
-env file Alternative dotenv file
command The command to run
args The command arguments`
Expand Down

0 comments on commit 7b59923

Please sign in to comment.