mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
fix test
This commit is contained in:
@@ -31,7 +31,7 @@ func main() {
|
||||
// Check if the file exists and if the content is different
|
||||
existingContent, err := os.ReadFile(outputFile)
|
||||
if err == nil && bytes.Equal(existingContent, []byte(md)) {
|
||||
fmt.Println("Documentation is up to date, no changes made.")
|
||||
fmt.Println("Cli Documentation is up to date, no changes made.")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user