Skip to content

Commit 9063c2c

Browse files
author
OpenShift Bot
authored
Merge pull request #14098 from danwinship/fix-sdn-note
Merged by openshift-bot
2 parents aa4f611 + 90716a3 commit 9063c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdn/plugin/ovscontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (oc *ovsController) getVersionNote() string {
3737
if VERSION > 254 {
3838
panic("Version too large!")
3939
}
40-
return fmt.Sprintf("note:%02X.%02X", VERSION, oc.pluginId)
40+
return fmt.Sprintf("note:%02X.%02X", oc.pluginId, VERSION)
4141
}
4242

4343
func (oc *ovsController) AlreadySetUp() bool {

0 commit comments

Comments
 (0)