mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix outdate_detect()
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user