Update custom ports location.

This commit is contained in:
Tom Alexander
2024-10-05 19:11:01 -04:00
parent 9413f5dce8
commit acf4951047

View File

@@ -5,6 +5,6 @@ if [ "$1" != '--' ]; then
fi fi
shift shift
method="git" method="git"
git_clone_uri="https://code.fizz.buzz/talexander/ta_ports.git" git_clone_uri="https://code.fizz.buzz/talexander/fizzbuzz_ports.git"
git_branch="master" git_branch="main"
run_portshaker_command $* run_portshaker_command $*