Skip to content

Commit

Permalink
chore: separate the name so the rename script doesn't update it
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Jun 23, 2024
1 parent 7597c1c commit db3de07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ NEW_NAME_WITH_UNDERSCORE=$(echo "${NEW_NAME}" | sed -e "s/-/_/g")

echo "New name with underscore = ${NEW_NAME_WITH_UNDERSCORE}"

OLD_NAME="rust-seed"
PART_NAME="rust-"
OLD_NAME="${PART_NAME}seed"
OLD_NAME_WITH_UNDERSCORE=$(echo "${OLD_NAME}" | sed -e "s/-/_/g")

echo ${OLD_NAME_WITH_UNDERSCORE}
Expand Down

0 comments on commit db3de07

Please sign in to comment.