Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
change: no default flows-file
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Aug 20, 2024
1 parent 35d7950 commit 0c27f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Client struct {
}

type ClientFlowsConfig struct {
FlowsFile string `usage:"Path to a YAML/JSON file containing ingestion/retrieval flows" env:"KNOW_FLOWS_FILE" default:"blueprint:default"`
FlowsFile string `usage:"Path to a YAML/JSON file containing ingestion/retrieval flows" env:"KNOW_FLOWS_FILE" default:""`
Flow string `usage:"Flow name" env:"KNOW_FLOW"`
}

Expand Down

0 comments on commit 0c27f13

Please sign in to comment.