Skip to content

Commit

Permalink
fix codegen test failing in main
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Jan 23, 2025
1 parent 640d919 commit 58e23dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-find-smithy-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
if [ -z "$SMITHY_GO_REPOSITORY" ]; then
SMITHY_GO_REPOSITORY=aws/smithy-go
fi
if [ "$SMITHY_GO_REPOSITORY" == /smithy-go ]; then
SMITHY_GO_REPOSITORY=aws/smithy-go
fi

if [ -z "$RUNNER_TMPDIR" ]; then
echo env RUNNER_TMPDIR is required
Expand Down

0 comments on commit 58e23dc

Please # to comment.