Merge pull request #5450 from topscoder/patch-1

Fix typo
This commit is contained in:
Matthias 2021-08-19 06:44:41 +02:00 committed by GitHub
commit 19158ba7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ function update() {
# Reset Develop or Stable branch
function reset() {
echo "----------------------------"
echo "Reseting branch and virtual env"
echo "Resetting branch and virtual env"
echo "----------------------------"
if [ "1" == $(git branch -vv |grep -cE "\* develop|\* stable") ]