Remove macOS Command Line (#2051)

This commit is contained in:
Mikael Finstad
2021-09-01 05:21:51 +07:00
committed by GitHub
parent c80a91168c
commit 671fd919bb
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ REPO_TO_LINT=$(
sed 's/#readme//')
# If there's no repo found, exit quietly.
if [ -z ${REPO_TO_LINT+x} ]; then
if [ -z "$REPO_TO_LINT" ]; then
echo "No new link found in the format: https://....#readme"
else
echo "Cloning $REPO_TO_LINT"