mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 10:35:36 +00:00
Fix issue #45
This commit is contained in:
parent
f3ab18d628
commit
b4dfd79819
2 changed files with 2 additions and 2 deletions
2
bin/juju
2
bin/juju
|
|
@ -178,7 +178,7 @@ function execute_operation(){
|
|||
fi
|
||||
}
|
||||
|
||||
parse_arguments $@
|
||||
parse_arguments "$@"
|
||||
check_cli
|
||||
execute_operation
|
||||
# vim: set ts=4 sw=4 noet:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ function run_juju_as_user(){
|
|||
}
|
||||
|
||||
function wrap_juju(){
|
||||
parse_arguments $@
|
||||
parse_arguments "$@"
|
||||
check_cli
|
||||
execute_operation
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue