We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763ed77 commit 20d25a7Copy full SHA for 20d25a7
ovs/action.go
@@ -66,7 +66,7 @@ var (
66
errMoveEmpty = errors.New("src and/or dst field for action move are empty")
67
68
// errOutputFieldEmpty is returned when OutputField is called with field set to the empty string.
69
- errOutputFieldEmpty = errors.New("field for action output (output=field syntax) is empty")
+ errOutputFieldEmpty = errors.New("field for action output (output:field syntax) is empty")
70
)
71
72
// Action strings in lower case, as those are compared to the lower case letters
0 commit comments