Skip to content

Commit

Permalink
fix: fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-1024 committed Mar 8, 2022
1 parent 0c7f98b commit a8eb15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/cli/test_standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var_test_path=/test make run
sleep 0.1
code=$(curl -o /dev/null -s -m 5 -w %{http_code} http://127.0.0.1:9080/test)
if [ ! $code -eq 200 ]; then
echo "failed: esolve variables in apisix.yaml conf failed"
echo "failed: resolve variables in apisix.yaml conf failed"
exit 1
fi

Expand Down

0 comments on commit a8eb15b

Please sign in to comment.