Skip to content

Commit

Permalink
Fix .build/run_smoke_tests.sh args
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidlaing committed Mar 21, 2014
1 parent 8e9d1bb commit 46565a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/run_smoke_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
DEPLOY_URL=${3:-http://kibana.cityindex.logsearch.io}
DEPLOY_URL=${1:-http://kibana.cityindex.logsearch.io}

echo "====> Running smoke tests against $DEPLOY_URL"

Expand Down

0 comments on commit 46565a4

Please sign in to comment.