Skip to content

Commit 58e23dc

Browse files
committed
fix codegen test failing in main
1 parent 640d919 commit 58e23dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci-find-smithy-go.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
if [ -z "$SMITHY_GO_REPOSITORY" ]; then
1313
SMITHY_GO_REPOSITORY=aws/smithy-go
1414
fi
15+
if [ "$SMITHY_GO_REPOSITORY" == /smithy-go ]; then
16+
SMITHY_GO_REPOSITORY=aws/smithy-go
17+
fi
1518

1619
if [ -z "$RUNNER_TMPDIR" ]; then
1720
echo env RUNNER_TMPDIR is required

0 commit comments

Comments
 (0)