From 0891a8b7c82121af277c65fad45509abefa92d61 Mon Sep 17 00:00:00 2001 From: cyteen Date: Sun, 19 May 2024 12:01:01 +0100 Subject: [PATCH] Fix typo. --- utils/push-deb-to-gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/push-deb-to-gitea.sh b/utils/push-deb-to-gitea.sh index 1ec08a8..2bd898e 100644 --- a/utils/push-deb-to-gitea.sh +++ b/utils/push-deb-to-gitea.sh @@ -18,7 +18,7 @@ DEB_FILE="$1" # Upload the specified .deb file curl \ --user ${USERNAME}:${PASSWORD} \ - --upload-file ./${DEB_FILE} \ + --upload-file ${DEB_FILE} \ ${GITEA_URL} echo "See: automate/020_gitea_dpr.sh for sources.list creation."