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:
parent
3bed418a9e
commit
ca74dcb933
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue