Skip to content

Commit

Permalink
change bash to sh
Browse files Browse the repository at this point in the history
  • Loading branch information
srossross committed Jan 6, 2018
1 parent 9819b28 commit 191a6e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -15,9 +15,9 @@
"lint": "flake8",
"test:functional": "py.test functional_tests/",
"deploy:fetch": "rm -rf deployment && git clone https://gist.github.com/befb8025b4fdf52d7db8391a1cbe0c22.git deployment",
"deploy:authorize": "bash deployment/init.sh",
"deploy:master": "bash deployment/master-cli.sh",
"deploy:development": "bash deployment/development-cli.sh",
"deploy:authorize": "sh deployment/init.sh",
"deploy:master": "sh deployment/master-cli.sh",
"deploy:development": "sh deployment/development-cli.sh",
"release": "gsutil -h \"Content-Type:text/plain\" cp gs://stable-world-downloads/rc gs://stable-world-downloads/latest"
}
}

0 comments on commit 191a6e3

Please sign in to comment.