Skip to content

Commit a86ce02

Browse files
makefile
1 parent e078b6b commit a86ce02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ _polymorph_go: purge_polymorph_code
218218
# https://taskei.amazon.dev/tasks/CrypTool-5283
219219
purge_polymorph_code:
220220
find .. -name "shim.go" | xargs sed -i $(SED_PARAMETER) 's/(_static \*CompanionStruct_Default___)//g'
221-
rm -rf runtimes/go/*/aws*smithygenerated* \
221+
rm -rf runtimes/go/*/*smithygenerated* \
222222
runtimes/go/*/Wrapped*Service
223223

224224
REMOVE_WRAPPED_CLIENT_AFTER_POLYMORPH_RUST_PRIMITIVES=runtimes/rust/src/deps/aws_cryptography_primitives.rs

0 commit comments

Comments
 (0)