Kill this weird pattern

This commit is contained in:
David Heinemeier Hansson
2026-05-17 21:55:53 +02:00
parent c706a244d7
commit 671dd4698c
13 changed files with 9 additions and 17 deletions
-1
View File
@@ -7,7 +7,6 @@
set -e
COMMAND="$1"
OMARCHY_PATH=${OMARCHY_PATH:-$HOME/.local/share/omarchy}
if [[ -z $COMMAND ]]; then
echo "Usage: omarchy-snapshot <create|restore>" >&2