提交 49842db6 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Typo fixes

上级 2b202173
......@@ -339,7 +339,7 @@ func (c *jcliPluginInstallCmd) Run(cmd *cobra.Command, args []string) (err error
}
if err == nil {
cachedMetadataFile := fmt.Sprintf("%s/.jenkins-cli/pluginss/%s.yaml", userHome, name)
cachedMetadataFile := fmt.Sprintf("%s/.jenkins-cli/plugins/%s.yaml", userHome, name)
err = ioutil.WriteFile(cachedMetadataFile, data, 0664)
}
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册