Fix typo.
This commit is contained in:
parent
6c97063624
commit
0891a8b7c8
|
|
@ -18,7 +18,7 @@ DEB_FILE="$1"
|
||||||
# Upload the specified .deb file
|
# Upload the specified .deb file
|
||||||
curl \
|
curl \
|
||||||
--user ${USERNAME}:${PASSWORD} \
|
--user ${USERNAME}:${PASSWORD} \
|
||||||
--upload-file ./${DEB_FILE} \
|
--upload-file ${DEB_FILE} \
|
||||||
${GITEA_URL}
|
${GITEA_URL}
|
||||||
|
|
||||||
echo "See: automate/020_gitea_dpr.sh for sources.list creation."
|
echo "See: automate/020_gitea_dpr.sh for sources.list creation."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue