diff --git a/bash/sources/17_kcontext b/bash/sources/17_kcontext index f73c946..7c933fc 100644 --- a/bash/sources/17_kcontext +++ b/bash/sources/17_kcontext @@ -172,6 +172,9 @@ function _kcontext-s3-arch { echo "Please specify a context name" >&2 return 1 fi + + _kstoreinit || return 1 + _URL=$( kstore get "kcontext" "s3-arch.bucket.$_NAME" 2> /dev/null ) if [ $? -ne 0 ]; then echo "No such context: $_NAME" >&2