bitrise
bitrise copied to clipboard
Fix some typos in cli
- enviro
- ou
- tim
(updated)
Thanks. Under the vendor/ folder we store vendored dependencies, please do not edit them. Any issue there has to be fixed in the dependency's repository.
Thanks. Under the vendor/ folder we store vendored dependencies, please do not edit them. Any issue there has to be fixed in the dependency's repository.
@lpusok Thank you, I understand! I deleted the differences under the "vendor" folder. I have submitted a PR in the dependency's repository. https://github.com/bitrise-io/envman/pull/220
main.go:3:8: could not import github.com/bitrise-io/bitrise/cli (-: # github.com/bitrise-io/bitrise/cli
cli/run.go:37:2: OutputFormatKey redeclared in this block
cli/commands.go:20:2: other declaration of OutputFormatKey) (typecheck)
import "github.com/bitrise-io/bitrise/cli"
^
cli/agent.go:1: : # github.com/bitrise-io/bitrise/cli [github.com/bitrise-io/bitrise/cli.test]
cli/run.go:37:2: OutputFormatKey redeclared in this block
cli/commands.go:20:2: other declaration of OutputFormatKey (typecheck)
package cli
: # github.com/bitrise-io/bitrise/cli [github.com/bitrise-io/bitrise/cli.test]
cli/run.go:37:2: OutputFormatKey redeclared in this block
cli/commands.go:20:2: other declaration of OutputFormatKey```
Does not build sadly.