Fix outdate_detect()

This commit is contained in:
clsty
2025-10-27 23:38:28 +08:00
parent 8d7e4bdd0d
commit 43960b3a60
+1 -1
View File
@@ -4,7 +4,7 @@ printf "${STY_CYAN}[$0]: 1. Install dependencies\n${STY_RST}"
function outdate_detect(){ function outdate_detect(){
# Shallow clone prevent latest_commit_timestamp() from working. # Shallow clone prevent latest_commit_timestamp() from working.
v git_auto_unshallow x git_auto_unshallow
local source_path="$1" local source_path="$1"
local target_path="$2" local target_path="$2"