Skip to content

Commit

Permalink
repo: Make it work externally
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jul 31, 2024
1 parent a0ca76a commit c61b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ verify () {
cd "$RUNDIR"
dirlist=$(ls .)
if [[ "$dirlist" == "external" ]]; then
cd "envoy_examples/${EXAMPLE_NAME}"
cd "external/envoy_examples/${EXAMPLE_NAME}"
else
cd "${EXAMPLE_NAME}"
fi
Expand Down

0 comments on commit c61b599

Please sign in to comment.