Skip to content

Commit 0e71e17

Browse files
authored
Merge pull request #38 from humblec/new-1
Correct the formatting issue in iscsiadm ListInterface
2 parents 366f319 + abf0d0a commit 0e71e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscsi/iscsiadm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func iscsiadmDebug(output string, cmdError error) {
3838
}
3939

4040
// ListInterfaces returns a list of all iscsi interfaces configured on the node
41-
/// along with the raw output in Response.StdOut we add the convenience of
41+
// along with the raw output in Response.StdOut we add the convenience of
4242
// returning a list of entries found
4343
func ListInterfaces() ([]string, error) {
4444
debug.Println("Begin ListInterface...")

0 commit comments

Comments
 (0)