Skip to content

Commit 87d4523

Browse files
committed
fix
1 parent 5ae2146 commit 87d4523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devbook/bump-versions/bump_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fi
149149

150150
if [ true = $DRY_RUN ]
151151
then
152-
echo -e "${ORANGE}warning${RESET}: script is run in dry mode. To execute the changes, run ${GREEN}./update_crate_versions.sh --run${RESET}"
152+
echo -e "${ORANGE}warning${RESET}: script is run in dry mode. To apply the changes, run ${GREEN}$0 --run${RESET}"
153153
else
154154
UPDATED_CRATES="$(find . -name Cargo.toml -exec git diff "$COMMIT_REF" {} + | grep -E "^[\+\-]version = \"[0-9\.]+\"|name = " | tr '\n' ' ' | sed -r "s/ name = \"([a-z\-]+)\" -version = \"([0-9\.]+)\" \+version = \"([0-9\.]+)\" ?/* \1 from \`\2\` to \`\3\`\n/g")"
155155
if [[ -n $UPDATED_CRATES ]]

0 commit comments

Comments
 (0)