Fix typo.

This commit is contained in:
cyteen 2024-05-19 12:01:01 +01:00
parent 6c97063624
commit 0891a8b7c8
1 changed files with 1 additions and 1 deletions

View File

@ -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."