From: Frederic Massart Date: Thu, 26 Sep 2013 08:31:56 +0000 (+0800) Subject: Fix typo in completion of plugin X-Git-Tag: v0.5~13 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=04659e79b950679ab742fa83a5788e07b24a1183;p=mdk.git Fix typo in completion of plugin --- diff --git a/extra/bash_completion b/extra/bash_completion index c2dcb43..d3fe715 100644 --- a/extra/bash_completion +++ b/extra/bash_completion @@ -154,7 +154,7 @@ function _mdk() { if [[ "${COMP_CWORD}" == 2 ]]; then OPTS="download install" else - OPTS="--force --stict --no-cache" + OPTS="--force --strict --no-cache" OPTS="$OPTS $(_list_instances)" fi ;;