Skip to content

Commit

Permalink
fixes #! line for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Jan 13, 2018
1 parent 9b04151 commit d7c07c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release-github.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash -e
#!/bin/bash -e

version=$(cat ./package.json | jq -r '.version')
versionName=$(cat ./package.json | jq -r '.versionName')
Expand Down
2 changes: 1 addition & 1 deletion ci/release-tweet.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash -e
#!/bin/bash -e

version=$(cat ./package.json | jq -r '.version')
versionName=$(cat ./package.json | jq -r '.versionName')
Expand Down

0 comments on commit d7c07c1

Please sign in to comment.