Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Aug 29, 2024
1 parent d72fc8a commit 8156c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "-- Setup InvenioRDM --"
invenio db init create

# Creating files location...
invenio files location create --default s3_default "s3://${INVENIO_S3_BUCKET_NAME}"
invenio files location create --default s3-default "s3://${INVENIO_S3_BUCKET_NAME}"

# Creating admin role...
invenio roles create admin
Expand Down

0 comments on commit 8156c92

Please sign in to comment.