summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--polychrome-red.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/polychrome-red.morph b/polychrome-red.morph
index 14040aa..9eab499 100644
--- a/polychrome-red.morph
+++ b/polychrome-red.morph
@@ -4,6 +4,6 @@
"build-system": "manual",
"install-commands": [
"install -d \"$DESTDIR/usr/bin\"",
- "printf '#!/bin/sh\necho broken red\n' > \"$DESTDIR/usr/bin/polychrome-red\""
+ "printf '#!/bin/sh\necho red\n' > \"$DESTDIR/usr/bin/polychrome-red\""
]
}