Skip to content

Commit

Permalink
small fix for ingestor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Consolethinks authored and consolethinks committed Jul 15, 2024
1 parent 7c12719 commit 8eb2d2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ For Windows you need instead to specify -user username:password on the command l
absFileListing := ""

if len(args) <= 0 || len(args) >= 3 {
log.Println("invalid number of args")
return
log.Fatal("invalid number of args")
}

metadatafile = args[0]
Expand Down

0 comments on commit 8eb2d2c

Please sign in to comment.