Skip to content

Commit 4a8fd9e

Browse files
committed
bucker name /bonk
1 parent 6f3909d commit 4a8fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singularity/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def run_build(build_dir=None,spec_file=None,repo_url=None,token=None,size=None,b
182182

183183
# Start the storage service, retrieve the bucket
184184
storage_service = get_storage_service()
185-
bucket = get_bucket(storage_service,bucker_name)
185+
bucket = get_bucket(storage_service,bucket_name)
186186

187187
# For each file, upload to storage
188188
files = []

0 commit comments

Comments
 (0)