Skip to content

Commit

Permalink
fixbug: default port is 80.
Browse files Browse the repository at this point in the history
  • Loading branch information
zctmdc committed Nov 17, 2022
1 parent d15f4ec commit 57e464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/load.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
cd /tmp
git clone http://gituser:gitpassword@localhost:8080/test.git
git clone http://gituser:gitpassword@localhost:80/test.git
cd test
git branch master
git checkout master
Expand Down

0 comments on commit 57e464c

Please sign in to comment.