updated git_filter_repo_replace_text.sh

pull/16/head
Hari Sekhon 4 months ago
parent b17593a000
commit 33c705626a

@ -70,12 +70,7 @@ echo
read -r -p "DANGER: are you absolutely sure? (y/N) " answer
echo
shopt -s nocasematch
if ! [[ "$answer" =~ ^(y|yes)$ ]]; then
echo "Aborting..."
exit 1
fi
shopt -u nocasematch
is_yes "$answer" || die "Aborting"
timestamp "Starting git filter-repo replacement"
echo

Loading…
Cancel
Save