Skip to content

Commit

Permalink
Per #289 fix typo in ProjectName where METdatio should really be METd…
Browse files Browse the repository at this point in the history
…ataio
  • Loading branch information
JohnHalleyGotway committed Apr 4, 2024
1 parent 599de3d commit cdee93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/jobs/configure_sonarqube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
# Configure the sonar-project.properties
[ -e $SONAR_PROPERTIES ] && rm $SONAR_PROPERTIES
sed -e "s|SONAR_PROJECT_KEY|METdataio-GHA|" \
-e "s|SONAR_PROJECT_NAME|METdatio GHA|" \
-e "s|SONAR_PROJECT_NAME|METdataio GHA|" \
-e "s|SONAR_PROJECT_VERSION|$SONAR_PROJECT_VERSION|" \
-e "s|SONAR_HOST_URL|$SONAR_HOST_URL|" \
-e "s|SONAR_TOKEN|$SONAR_TOKEN|" \
Expand Down
2 changes: 1 addition & 1 deletion internal/scripts/sonarqube/run_sonarqube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SONAR_PROPERTIES=sonar-project.properties
# Configure the sonar-project.properties
[ -e $SONAR_PROPERTIES ] && rm $SONAR_PROPERTIES
sed -e "s|SONAR_PROJECT_KEY|METdataio_NB|" \
-e "s|SONAR_PROJECT_NAME|METdatio Nightly Build|" \
-e "s|SONAR_PROJECT_NAME|METdataio Nightly Build|" \
-e "s|SONAR_PROJECT_VERSION|$SONAR_PROJECT_VERSION|" \
-e "s|SONAR_HOST_URL|$SONAR_HOST_URL|" \
-e "s|SONAR_TOKEN|$SONAR_TOKEN|" \
Expand Down

0 comments on commit cdee93b

Please sign in to comment.