Skip to content

Commit

Permalink
fix up script
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 20, 2023
1 parent e8a79f8 commit 371fd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provider_bundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PROVIDER_NAME=$1
PROVIDER_PATH=$REPOROOT/providers/$PROVIDER_NAME
PROVIDER_DIST=$PROVIDER_PATH/dist
BUNDLE_DIST=$REPOROOT/dist
LDFLAGSDIST=-'tags production -ldflags "-s -w"'
LDFLAGSDIST='-tags production -ldflags "-s -w"'

cd $REPOROOT

Expand Down

0 comments on commit 371fd34

Please sign in to comment.