We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a4b66 commit 3b9b13cCopy full SHA for 3b9b13c
pkg/command/diff.go
@@ -26,7 +26,7 @@ func NewDiffCommand(d *Dependencies) *cobra.Command {
26
Long: `Shows difference between current and desired state of the pipeline.`,
27
RunE: func(cmd *cobra.Command, args []string) error {
28
29
- settingsBytes, err := config.LoadConfig(d.Project, "render", renderValues)
+ settingsBytes, err := config.LoadConfig(d.Project, renderValues, "render")
30
31
var confErr *config.ConfigurationErr
32
0 commit comments