Skip to content

Commit b3996f1

Browse files
committed
In the sea, @uberbrady! (fixed missing semicolon)
1 parent ca4ed60 commit b3996f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function url_get_contents ($Url) {
7979
echo "- validate some very basic .env file settings \n";
8080
echo "- check your PHP version and extension requirements \n";
8181
echo "- check directory permissions \n";
82-
echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n"
82+
echo "- change your 'git remote' to the new Snipe-IT GitHub URL \n";
8383
echo "- do a git pull to bring you to the latest version \n";
8484
echo "- run composer install to get your vendors up to date \n";
8585
echo "- run a backup \n";

0 commit comments

Comments
 (0)