Skip to content

Commit 9bc7a3a

Browse files
committed
chore: fix release_prep reference to snippet in e2e/smoke/WORKSPACE
1 parent 0b386d2 commit 9bc7a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ http_archive(
4646
)
4747
EOF
4848

49-
awk 'f;/--SNIP--/{f=1}' e2e/workspace/WORKSPACE
49+
awk 'f;/--SNIP--/{f=1}' e2e/smoke/WORKSPACE
5050
echo "\`\`\`"
5151

5252
cat <<EOF

0 commit comments

Comments
 (0)