the bash-completion for `systemctl` has a bug where `__get_startable_units` is searching for `$c == "failed "` instead of `$c == "failed"` (notice the space after the word `failed`). I would open a pull request if this was github but i'm not really sure what the process for code contribution is around here.
Hi, You can submit a quick patch to the mailing list: http://lists.freedesktop.org/mailman/listinfo/systemd-devel Thanks
Oh you can also submit a patch here! Thanks
Created attachment 97311 [details] [review] Proposed patch
Applied as http://cgit.freedesktop.org/systemd/systemd/commit/?id=a163b64.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.