This commit is contained in:
Filippo Squillace 2015-01-08 00:45:41 +01:00
parent f3ab18d628
commit b4dfd79819
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ function execute_operation(){
fi
}
parse_arguments $@
parse_arguments "$@"
check_cli
execute_operation
# vim: set ts=4 sw=4 noet:

View file

@ -34,7 +34,7 @@ function run_juju_as_user(){
}
function wrap_juju(){
parse_arguments $@
parse_arguments "$@"
check_cli
execute_operation
}