Skip to content

Commit

Permalink
Merge pull request #62 from gregandcin/location-bugfix
Browse files Browse the repository at this point in the history
Fix Custom Location flag not working
  • Loading branch information
MrMilenko authored Mar 1, 2024
2 parents eb91fd1 + 2f3e67b commit 788b9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func startCLI(options CLIOptions) {
log.Fatalln(err)
}

fmt.Println("Pinecone v0.4.2b")
fmt.Println("Pinecone v0.4.3b")
fmt.Println("Please share output of this program with the Pinecone team if you find anything interesting!")

err = checkParsingSettings()
Expand Down
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func checkParsingSettings() error {
}
fmt.Println("Checking for Content...")
fmt.Println("====================================================================================================")
err := checkForContent("dump/TDATA")
err := checkForContent(dumpLocation + "/TDATA")
if err != nil {
return err
}
Expand Down

0 comments on commit 788b9f5

Please sign in to comment.