Skip to content

Commit

Permalink
Retrigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Oct 26, 2023
1 parent 094f10c commit 3ad3adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packet/bgp/internal/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func generateSRBehaviour() {
buf.Write(constants)

if err := os.WriteFile(srBehaviourTargetFile, buf.Bytes(), 0o664); err != nil {
doPanic("failed to write file %s: %w")
doPanic("failed to write file %s: %w", srBehaviourTargetFile, err)
}
}
func doPanic(message string, args ...interface{}) {
Expand Down

0 comments on commit 3ad3adb

Please sign in to comment.