spell checkout

This commit is contained in:
Михаил Капелько
2025-11-09 06:30:34 +03:00
parent aaf14933e4
commit 136de7e1fd

View File

@@ -13,7 +13,7 @@ fi
# Pull the latest changes # Pull the latest changes
cd $DST_DIR cd $DST_DIR
git chckout -f $MAIN_BRANCH git checkout -f $MAIN_BRANCH
git pull git pull
# Find out the latest commit in the whole repo # Find out the latest commit in the whole repo