From 1fc4b88784dfeac3a13a99d5dc226b35c6e5503b Mon Sep 17 00:00:00 2001 From: clsty Date: Wed, 8 Oct 2025 05:56:05 +0800 Subject: [PATCH] Update comment --- scriptdata/step/1.install-deps-selector.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptdata/step/1.install-deps-selector.sh b/scriptdata/step/1.install-deps-selector.sh index 8ff67ff0a..34dbe1d1a 100644 --- a/scriptdata/step/1.install-deps-selector.sh +++ b/scriptdata/step/1.install-deps-selector.sh @@ -2,7 +2,7 @@ # It's not for directly running. function outdate_detect(){ - # Shallow clone makes latest_commit_timestamp() not worky. + # Shallow clone prevent latest_commit_timestamp() from working. git_auto_unshallow local source_path="$1"