Skip to content

Commit

Permalink
Fix rename script (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrynos authored Sep 3, 2024
1 parent 0333650 commit 51c5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ INFO "Please wait..."
if [ "$from_github_username" != "$to_github_username" ]; then
if [ -f "../.github/renovate.json5" ]; then
INFO "Processing .github/renovate.json5..."
SED_REPLACE_FILE ":assignee(${from_github_username})" ":assignee(${to_github_username})" "../.github/renovate.json5"
SED_REPLACE_FILE "\\:assignee(${from_github_username})" "\\:assignee(${to_github_username})" "../.github/renovate.json5"
else
WARN "Couldn't find .github/renovate.json5, moving on..."
fi
Expand Down

0 comments on commit 51c5d3c

Please sign in to comment.