Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Oct 25, 2024
1 parent e80da2d commit aa952ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/helm-operator-mapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ func main() {

e = os.WriteFile(mappingFile, []byte(newMapYaml), 0660)
if e != nil {
fmt.Printf("Error updating default mapping yaml. %v", e)
fmt.Printf("Error updating mapping yaml. %v", e)
return
}

fmt.Printf("Default mapping file, %s, successfully updated", mappingFile)
fmt.Printf("Mapping file, %s, successfully updated", mappingFile)
return
}
// Map values.yaml => DDA
Expand Down

0 comments on commit aa952ca

Please sign in to comment.