~dricottone/huttese-apk

810a2724a8a0be6f06e96c23c42cb95e2626dc3c — Drew DeVault 5 years ago 4482212
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...>"