Skip to content

Commit

Permalink
strip quotations marks from MARKETING_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-psams committed Sep 6, 2024
1 parent 6b5f6cb commit 1fabba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ get_version() {

set_version() {
versionToSet="$1"
sed -i '' 's/MARKETING_VERSION = .*;/MARKETING_VERSION = "'"$versionToSet"'";/g' "$projectFile"
sed -i '' 's/MARKETING_VERSION = .*;/MARKETING_VERSION = '$versionToSet';/g' "$projectFile"
}


Expand Down

0 comments on commit 1fabba5

Please sign in to comment.