From e5d0200c96d99cc0e7dd362451d57fa2e0dfcc28 Mon Sep 17 00:00:00 2001 From: Leons Aleksandrovs Date: Wed, 26 Nov 2025 14:37:43 +0200 Subject: [PATCH] rename watch-build --- scripts/{build-watch.sh => watch-build.sh} | 0 sync-project.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{build-watch.sh => watch-build.sh} (100%) diff --git a/scripts/build-watch.sh b/scripts/watch-build.sh similarity index 100% rename from scripts/build-watch.sh rename to scripts/watch-build.sh diff --git a/sync-project.sh b/sync-project.sh index bb771fe..a06f1d2 100755 --- a/sync-project.sh +++ b/sync-project.sh @@ -121,7 +121,7 @@ echo "{ echo -e "${GREEN}.vscode/sftp.json created successfully${NC}" # Go through scripts, add variables and add them to project folder -scripts=("build-watch.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh") +scripts=("watch-build.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh") for script in "${scripts[@]}"; do # Add variables to script