Skip to content

Commit

Permalink
Fixed a syntax error in modify-include-paths.sh (envoyproxy#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Dolguikh authored and twghu committed Feb 16, 2022
1 parent 76f6ab7 commit 1384055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maistra/patches/modify-include-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e
set -o pipefail
set -xi
set -x

rm -rf envoy
mv include/envoy ./
Expand Down

0 comments on commit 1384055

Please sign in to comment.