Skip to content

Commit 0dc979f

Browse files
committed
Clean code
1 parent b8e3010 commit 0dc979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/action_deploy_undeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ if [[ "$mode" == "deploy" || "$mode" == "deployall" || "$mode" == "deployoption"
776776
tar c -I gzip --exclude-vcs --exclude-from=$scriptdir/git_update_sources.exclude -f /tmp/cache$dirwithsources1.tgz .
777777
fi
778778
fi
779-
fi
779+
fi
780780

781781
if [[ -f /tmp/cache$dirwithsources1.tar.zst ]]; then
782782
echo `date +'%Y-%m-%d %H:%M:%S'`" Local zst cache found for src 1. We use it with: tar -I zstd -xf /tmp/cache$dirwithsources1.tar.zst --directory $targetdirwithsources1/"

0 commit comments

Comments
 (0)