From 2262b99fb49d3814c8f96bd09d20ff4ffba22056 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Fri, 23 Jun 2023 13:24:06 +0200 Subject: [PATCH] Fixed typos in install.sh comment --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 629a89cfa..5b92f586e 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -## Do not modify this file. You will lost the ability to installation and autoupdate! +## Do not modify this file. You will lose the ability to install and auto-update! ########### ## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" or "scripts/run sync-bunny" if you update this file.