Skip to content

Commit

Permalink
Fix public_mirror by quoting git log command
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 14, 2025
1 parent dbd58b4 commit 629b0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/public_mirror
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do
done <<< ${last_message_public}
git checkout ${current_SHA}

last_match=$(eval ${git_log_options})
last_match=$(eval "${git_log_options}")
echo ${last_match}

commits_to_choose=$(git rev-list ${last_match}..HEAD --reverse)
Expand Down

0 comments on commit 629b0fa

Please sign in to comment.