Skip to content

Commit

Permalink
Remove macOS Command Line (sindresorhus#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Aug 31, 2021
1 parent c80a911 commit 671fd91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo_linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 671fd91

Please sign in to comment.