Skip to content

Commit

Permalink
send argument
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jan 18, 2024
1 parent 77eabb8 commit 070b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function auth(){
# Execute the appropriate command
case "$1" in
init)
init
init "${@:2}"
;;
*)
echo "Error: Invalid command."
Expand Down

0 comments on commit 070b215

Please sign in to comment.