aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/subcommands/del.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subcommands/del.bash b/lib/subcommands/del.bash
index abebc5a..3649e69 100644
--- a/lib/subcommands/del.bash
+++ b/lib/subcommands/del.bash
@@ -55,6 +55,6 @@ subcommand()
# Remove the playbook from the registry
cp -- "$playbook_registry" "$buffer"
- grep -Fqvx "$BASHTARD_PLAYBOOK" "$buffer" \
+ grep -Fvx "$BASHTARD_PLAYBOOK" "$buffer" \
| sort > "$playbook_registry"
}