Skip to content

Commit

Permalink
[patch] print echo
Browse files Browse the repository at this point in the history
  • Loading branch information
unnati-solanki-git committed Jan 25, 2025
1 parent d7c53b0 commit 7ff9e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/cli/mascli/functions/provision_aws
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ function provision_aws_interactive() {
# The following function is a work in progress and is not ready for testing
function provision_aws_cluster() {
# Take the first parameter off (it will be provision-aws-sno)
echo "Before shift the value is: $#"
shift
echo "$#"
if [[ $# -gt 0 ]]; then
provision_aws_noninteractive "$@"
else
Expand Down

0 comments on commit 7ff9e11

Please sign in to comment.