diff --git a/20649f4f970201e04ea50e2b460cff17/comments/2a9e1d6e52d025992bc7c8c22fd20474/description b/20649f4f970201e04ea50e2b460cff17/comments/2a9e1d6e52d025992bc7c8c22fd20474/description new file mode 100644 index 0000000..1cb68a4 --- /dev/null +++ b/20649f4f970201e04ea50e2b460cff17/comments/2a9e1d6e52d025992bc7c8c22fd20474/description @@ -0,0 +1,8 @@ +Oops, i stupidly ran: ent new "add `ent sync --dry-run`" + +Because i used double-quotes, bash saw the `...` and ran that as a +command, which failed, but then bash ran the result anyway ("ent new +"add "), and here we are. + +This would be a good time for `ent rm` as suggested by issue +1ebdee0502937bf934bb0d72256dbdd1.