Skip to content

Commit

Permalink
Fixed typo in test_start.sh (evertramos#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmanno authored and evertramos committed Feb 9, 2018
1 parent be79dfd commit 5fc18d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Set up your DOMAIN
if [ $# -eq 0 ]; then
echo "Please inform your domain name to test your proxy."
echo "./start_test.sh $1"
echo "./test_start.sh $1"
exit 1
else
DOMAIN=$1
Expand Down

0 comments on commit 5fc18d8

Please sign in to comment.