From: Brendan Jones Date: Fri, 8 Apr 2011 02:29:20 +0000 (+0200) Subject: bash: fix typo X-Git-Tag: v25~74 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2dcd4d240630c98f8cb025090c2bbfa65aa28a8a bash: fix typo There's a typo in the bash completion script which disables isolate target completion. https://bugzilla.redhat.com/show_bug.cgi?id=694321 --- diff --git a/src/systemctl-bash-completion.sh b/src/systemctl-bash-completion.sh index ae0ecb7b7..dc18ab6cc 100644 --- a/src/systemctl-bash-completion.sh +++ b/src/systemctl-bash-completion.sh @@ -81,7 +81,7 @@ _systemctl () { [FAILED_UNITS]='reset-failed' [STARTABLE_UNITS]='start restart reload-or-restart' [STOPPABLE_UNITS]='stop kill try-restart condrestart' - [ISOLATEBLE_UNITS]='isolate' + [ISOLATABLE_UNITS]='isolate' [RELOADABLE_UNITS]='reload reload-or-try-restart force-reload' [JOBS]='cancel' [SNAPSHOTS]='delete'