Fix string equality check in git-setup.sh

pull/6537/head
Alex van Andel 2023-01-21 06:24:29 +00:00
parent d3be62fbdd
commit 0bb0883e64
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for module in "$@"; do
git reset
else
# If the module is the API, display a link to request access
if [ "$module" == "api" ]; then
if [ "$module" = "api" ]; then
echo "You don't have access to: '${module}' module. You can request access in: https://console.cal.com"
else
# If the module is not the API, display normal message