Skip to content

Conversation

dinxsh
Copy link
Contributor

@dinxsh dinxsh commented Nov 2, 2024

What Type of Change is this?

  • New Feature
  • Fix
  • Improvement
  • Other

Description (required)

Wrong i18n key used in serviceDeploy.go

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

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

in i18n.go for context

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."

Related issues & labels (optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix err: Inconsistent i18n flag description
1 participant