From b3996f1970aa1f16bce45dd4e7d85a621e02fddf Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 26 Nov 2025 00:35:16 +0000 Subject: [PATCH] In the sea, @uberbrady! (fixed missing semicolon) --- upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.php b/upgrade.php index 721cf6f03a..ae24661a47 100644 --- a/upgrade.php +++ b/upgrade.php @@ -79,7 +79,7 @@ echo "This script will attempt to: \n\n"; echo "- validate some very basic .env file settings \n"; echo "- check your PHP version and extension requirements \n"; echo "- check directory permissions \n"; -echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n" +echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n"; echo "- do a git pull to bring you to the latest version \n"; echo "- run composer install to get your vendors up to date \n"; echo "- run a backup \n";