Skip to content

Fix err: Inconsistent i18n flag description #189

@dinxsh

Description

@dinxsh

⚠️ The Issue

Wrong i18n key used in serviceDeploy.go

BoolFlag("deployGitFolder", false, i18n.T(i18n.ZeropsYamlLocation))

// Should be:
BoolFlag("deployGitFolder", false, i18n.T(i18n.UploadGitFolder))

i18n.go

ZeropsYamlLocation:    "Sets a custom path to the zerops.yml file relative to the working directory. By default zCLI\nlooks for zerops.yml in the working directory."
UploadGitFolder:       "If set, zCLI the .git folder is also uploaded. By default, the .git folder is ignored."

Metadata

Metadata

Assignees

No one assigned

    Labels

    error handlingIssues related to error handling

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions