Skip to content

Commit

Permalink
Merge pull request #27 from bmarkons/patch-1
Browse files Browse the repository at this point in the history
Fix rails master script
  • Loading branch information
tgxworld authored Jun 8, 2017
2 parents 3ef2c70 + 941f1d3 commit 261c9a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/rails/master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ echo
echo
echo --------------$(date)

COMMIT_HASH = $1
API_NAME = $2
API_PASSWORD = $3
PATTERNS = $4
COMMIT_HASH=$1
API_NAME=$2
API_PASSWORD=$3
PATTERNS=$4

set -x

Expand Down

0 comments on commit 261c9a3

Please sign in to comment.