We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c2fa8 commit 56ef04aCopy full SHA for 56ef04a
cmd/update.go
@@ -20,7 +20,8 @@ var updateCmd = &cobra.Command{
20
versionData, err := os.ReadFile(versionFile)
21
if err != nil {
22
if os.IsNotExist(err) {
23
- fmt.Println("Could not read version file. Make sure you have the latest version of the script")
+ fmt.Println("Could not read version file. Make sure you have the latest version of the script at:")
24
+ fmt.Println("https://github.com/codacy/codacy-cli-v2/blob/main/README.md#download t")
25
} else {
26
fmt.Printf("Failed to read version.yaml: %v\n", err)
27
}
0 commit comments