Apply suggestions from code review

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
JEEVITHA KANNAN K S 2024-10-04 22:59:28 +05:30 committed by GitHub
parent d462f41c8c
commit 976d708c7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,9 @@ removeSnaps() {
exit 1 exit 1
;; ;;
esac esac
printf "%b\n" "${GREEN}Successfully removed snaps...${RC}" printf "%b\n" "${GREEN}Successfully removed snaps.${RC}"
else else
printf "%b\n" "${GREEN}Snapd is not installed...${RC}" printf "%b\n" "${GREEN}Snapd is not installed.${RC}"
fi fi
} }