From 04659e79b950679ab742fa83a5788e07b24a1183 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Thu, 26 Sep 2013 16:31:56 +0800 Subject: [PATCH] Fix typo in completion of plugin --- extra/bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.11.0