1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Fix casing on message

This commit is contained in:
Shane Kilkelly 2020-07-14 14:00:04 +01:00
parent 3bed418a9e
commit ca74dcb933

View file

@ -111,7 +111,7 @@ function handle_git_update() {
read -r -p "Procced to pull update? [y/n] " should_pull
if [[ ! "$should_pull" =~ [Yy] ]]; then
echo "continuing without pulling update"
echo "Continuing without pulling update"
else
echo "Pulling new code..."
git pull origin "$current_branch"