Skip to content

Commit

Permalink
Add comment for exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Apr 29, 2017
1 parent 7266c65 commit 66d4e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-controller/pkg/util/ovs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const (
ovsVsctlCommand = "ovs-vsctl"
)

// RunOVSVsctl runs a command via ovs-vsctl.
func RunOVSVsctl(args ...string) (string, string, error) {
cmdPath, err := exec.LookPath(ovsVsctlCommand)
if err != nil {
Expand Down

0 comments on commit 66d4e13

Please sign in to comment.