Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
consolethinks committed Aug 26, 2024
1 parent 7b55151 commit 190cd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/commands/datasetIngestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ For Windows you need instead to specify -user username:password on the command l
}

// === get filelist of dataset ===
log.Printf("Getting filelist for \"%s\"...\n", datasetSourceFolder)
log.Printf("Getting file list for \"%s\"...\n", datasetSourceFolder)
fullFileArray, startTime, endTime, owner, numFiles, totalSize, err :=
datasetIngestor.GetLocalFileList(datasetSourceFolder, datasetFileListTxt, localSymlinkCallback, localFilepathFilterCallback)
if err != nil {
log.Fatalf("Can't gather the filelist of \"%s\"", datasetSourceFolder)
log.Fatalf("Can't gather the file list of \"%s\"", datasetSourceFolder)
}
log.Println("File list collected.")
//log.Printf("full fileListing: %v\n Start and end time: %s %s\n ", fullFileArray, startTime, endTime)
Expand Down

0 comments on commit 190cd26

Please sign in to comment.