Skip to content

Commit

Permalink
fix asterisk (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirguttman authored Sep 27, 2023
1 parent 30aebb6 commit 86017e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution/sys-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ find ${SD_SOURCE_DIR}
PROVIDER_VERSION=$(echo $PROVIDER_VERSION_WITH_PREFIX | sed 's/v//g')
echo "About to update athenz provider version to : $PROVIDER_VERSION"

sed -i "s|version *= *\"x.x.x\"|version *= *\"$PROVIDER_VERSION\"|g" $SD_SOURCE_DIR/sys-test/sys-test_provider.tf
sed -i "s|source *= *\"yahoo/provider/athenz\"|source *= *\"AthenZ/athenz\"|g" $SD_SOURCE_DIR/sys-test/sys-test_provider.tf
sed -i "s|version *= *\"x.x.x\"|version = \"$PROVIDER_VERSION\"|g" $SD_SOURCE_DIR/sys-test/sys-test_provider.tf
sed -i "s|source *= *\"yahoo/provider/athenz\"|source = \"AthenZ/athenz\"|g" $SD_SOURCE_DIR/sys-test/sys-test_provider.tf

cat $SD_SOURCE_DIR/sys-test/sys-test_provider.tf

Expand Down

0 comments on commit 86017e4

Please sign in to comment.