From 136de7e1fd40b13754ce0a14344a94d16462d8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 9 Nov 2025 06:30:34 +0300 Subject: [PATCH] spell checkout --- dbg.clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbg.clone b/dbg.clone index b8d518d..da452c0 100755 --- a/dbg.clone +++ b/dbg.clone @@ -13,7 +13,7 @@ fi # Pull the latest changes cd $DST_DIR -git chckout -f $MAIN_BRANCH +git checkout -f $MAIN_BRANCH git pull # Find out the latest commit in the whole repo