Skip to content

Commit

Permalink
upload_broker_bucket now ends with a single newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandezc1 committed May 23, 2024
1 parent 645710c commit a2fb705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/setup_broker/rubin/upload_broker_bucket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ broker_bucket=$1 # name of GCS bucket where broker files should be staged
echo
echo "Uploading broker files to GCS..."
o="GSUtil:parallel_process_count=1" # disable multiprocessing for Macs
gsutil -m -o "${o}" cp -r ../../consumer "gs://${broker_bucket}"
gsutil -m -o "${o}" cp -r ../../consumer "gs://${broker_bucket}"

0 comments on commit a2fb705

Please sign in to comment.