Skip to content

Commit

Permalink
chore: fix typo (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
HUMENTH authored Jan 11, 2024
1 parent 0056cdf commit 209f716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@ def pull_apps(apps=None, bench_path=".", reset=False):
Here are your choices:
1. Merge the {app} app manually with "git pull" / "git pull --rebase" and fix conflicts.
1. Temporarily remove your changes with "git stash" or discard them completely
2. Temporarily remove your changes with "git stash" or discard them completely
with "bench update --reset" or for individual repositries "git reset --hard"
2. If your changes are helpful for others, send in a pull request via GitHub and
3. If your changes are helpful for others, send in a pull request via GitHub and
wait for them to be merged in the core."""
)
sys.exit(1)
Expand Down

0 comments on commit 209f716

Please sign in to comment.