mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fix syntax error in if statement
This commit is contained in:
committed by
GitHub
parent
b36758a155
commit
e993671d02
@@ -32,7 +32,7 @@ function backup_clashing_targets(){
|
||||
|
||||
for i in "${clash_list[@]}"; do
|
||||
current_target=$target_dir/$i
|
||||
if [[ -d $current_target ]]; do
|
||||
if [[ -d $current_target ]]; then
|
||||
args_includes+=(--include="$current_target/")
|
||||
args_includes+=(--include="$current_target/**")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user