Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/ingest_austalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main(options, collection, directory)
# to ingest the named collection from the given directory full of .json files
# if collection is ommitted, defaults to 'austalk'
if ARGV.length == 1
main(options, 'austalk', ARGV[1])
main(options, 'austalk', ARGV[0])
elsif ARGV.length == 2
main(options, ARGV[0], ARGV[1])
else
Expand Down