From 810a2724a8a0be6f06e96c23c42cb95e2626dc3c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 28 Jan 2019 10:18:35 -0500 Subject: [PATCH] Update submit-builds --- sr.ht/submit-builds | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sr.ht/submit-builds b/sr.ht/submit-builds index 3c4f4b2..0e424f1 100755 --- a/sr.ht/submit-builds +++ b/sr.ht/submit-builds @@ -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] " -- 2.45.2