Skip to content

Commit

Permalink
remove terrible tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Mar 17, 2023
1 parent bdc2512 commit 2441799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google_workflows/standard-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ eval set -- "$PARSED_ARGUMENTS"

while true; do
case "$1" in
-v|--version)
-v|--version)
echo $VERSION; exit 0;;
-h|--help)
showHelp; exit 0;;
Expand Down Expand Up @@ -69,8 +69,8 @@ while true; do
big_query_table_name=$2; shift 2;;
-m|--metadata-parameters)
puerto_rico=$2; shift 2;;
-i|--input-tar-file)
input_tar_file=$2; shift 2;;
-i|--input-tar-file)
input_tar_file=$2; shift 2;;
--) shift; break ;;
*) echo "Unexpected option: $1 -- this should not happen."; exit 1;;
esac
Expand Down

0 comments on commit 2441799

Please sign in to comment.