Update submit-builds
1 files changed, 3 insertions(+), 3 deletions(-) M sr.ht/submit-builds
M sr.ht/submit-builds => sr.ht/submit-builds +3 -3
@@ 1,11 1,11 @@ #!/bin/sh upstream=https://builds.sr.ht if [ -e ~/.config/sr.ht ] then . ~/.config/sr.ht fi upstream=https://builds.sr.ht while getopts u:t:h flag do @@ case $flag in 13,7 13,7 @@ do upstream="$OPTARG" ;; t) token="$OPTARG" oauth_token="$OPTARG" ;; h) echo "Usage: $0 [-u https://upstream...] [-t oauth token] <packages...>"