Skip to content

Commit

Permalink
Fix wrong clone url in bin/install
Browse files Browse the repository at this point in the history
Nothing serious, it still worked
  • Loading branch information
sstok committed Feb 6, 2024
1 parent 1a93f4d commit 9df0c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ ! -f ./config.php ]; then
fi;

# This is required for self-diagnose to work properly
git remote add upstream https://github.com/park-manager/hubkit.git
git remote add upstream https://github.com/hupkit/hupkit.git

chmod u+x ./bin/hubkit.php
./bin/hubkit.php self-diagnose
Expand Down

0 comments on commit 9df0c02

Please sign in to comment.