We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6902f commit c582986Copy full SHA for c582986
internal/cmd/cmd.go
@@ -149,7 +149,7 @@ func ParseEnv(c *cobra.Command) Env {
149
return Env{
150
DryRun: dr != nil && dr.Changed,
151
Debug: opts.DebugFromEnv(),
152
- Remote: r != nil && nr.Value.String() == "true",
+ Remote: r != nil && r.Value.String() == "true",
153
NoRemote: nr != nil && nr.Value.String() == "true",
154
}
155
0 commit comments