No longer used by walker to cancel

This commit is contained in:
David Heinemeier Hansson
2026-01-01 12:55:16 -07:00
parent b95a4a44df
commit 14e140285f

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [[ -z $1 && $1 != "CNCLD" ]]; then
if [[ -z $1 ]]; then
echo "Usage: omarchy-theme-set <theme-name>"
exit 1
fi