diff --git a/.github/workflows/repo_linter.sh b/.github/workflows/repo_linter.sh index ab20a2e8..d0d58249 100755 --- a/.github/workflows/repo_linter.sh +++ b/.github/workflows/repo_linter.sh @@ -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" diff --git a/readme.md b/readme.md index 2d320449..cf4e14bc 100755 --- a/readme.md +++ b/readme.md @@ -176,7 +176,6 @@ - [eBPF](https://github.com/zoidbergwill/awesome-ebpf#readme) - Virtual machine that allows you to write more efficient and powerful tracing and monitoring for Linux systems. - [Arch-based Projects](https://github.com/PandaFoss/Awesome-Arch#readme) - Linux distributions and projects based on Arch Linux. - [macOS](https://github.com/iCHAIT/awesome-macOS#readme) - Operating system for Apple's Mac computers. - - [Command-Line](https://github.com/herrbischoff/awesome-macos-command-line#readme) - [Screensavers](https://github.com/agarrharr/awesome-macos-screensavers#readme) - [Apps](https://github.com/jaywcjlove/awesome-mac#readme) - [Open Source Apps](https://github.com/serhii-londar/open-source-mac-os-apps#readme)