diff --git a/Makefile b/Makefile index 8b7f2fe..3b00c65 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ SRCS_CONF = $(wildcard $(DIR_CONF)/*) SRCS_SYSTEMD = $(wildcard $(DIR_SYSTEMD)/*) SRCS_CRON = $(wildcard $(DIR_CRON)/*) SRCS_LAUNCHAGENT= $(wildcard $(DIR_LAUNCHAGENT)/*) -SRCS_SCHEDTASK = install_restic_scheduledtask.ps1 +SRCS_SCHEDTASK = schedtask_install.ps1 # Local build directory. Sources will be copied here, # modified and then installed from this directory. diff --git a/install_restic_scheduledtask.ps1 b/schedtask_install.ps1 similarity index 100% rename from install_restic_scheduledtask.ps1 rename to schedtask_install.ps1