Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cahaseler committed Mar 26, 2021
1 parent 3125538 commit 377ce33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ if [ -z "$INPUT_SOURCE_DIR" ]; then
exit 1
fi

az storage file upload-batch \
--account-name $INPUT_ACCOUNT_NAME
--account-key $INPUT_ACCOUNT_KEY
--destination $INPUT_SHARE_NAME
--source $INPUT_SOURCE_DIR
az storage file upload-batch --account-name $INPUT_ACCOUNT_NAME --account-key $INPUT_ACCOUNT_KEY --destination $INPUT_SHARE_NAME --source $INPUT_SOURCE_DIR

0 comments on commit 377ce33

Please sign in to comment.