1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-26 07:38:36 -06:00

fix: bash if issue

This commit is contained in:
Sayantan Santra 2024-03-10 18:44:11 -05:00
parent bf0944a5fd
commit aa097ad982
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -16,7 +16,7 @@ done
echo "Do you want to push these to Docker Hub?"
select yn in "Yes" "No";
do
if [ "$yn" = "Yes" ]; then
if [ "$yn"="Yes" ]; then
for tag in latest $v_patch $v_minor $v_major;
do
docker push sintan1729/$name:$tag