Skip to content

Commit 8ac9f40

Browse files
committed
Add confirmation message
1 parent 883255f commit 8ac9f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

set_weights.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (c *UpdateRouteWeightPlugin) SetWeight(cliConnection plugin.CliConnection,
9292
if err != nil {
9393
return err
9494
}
95+
fmt.Println("Successfully set route mapping weight.")
9596

9697
return nil
9798
}

0 commit comments

Comments
 (0)