From 12ec6ff5e12df47de34fb175251e2264b7526f12 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 27 Jan 2023 11:36:29 +0000 Subject: [PATCH] fixed error in batch file --- backup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.bat b/backup.bat index d145366..16e5a57 100644 --- a/backup.bat +++ b/backup.bat @@ -1 +1 @@ -powershell -File %~dp0/backup.sh \ No newline at end of file +powershell -File %~dp0/backup.ps1