Skip to content

Commit

Permalink
chore: fix function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: racequite <[email protected]>
  • Loading branch information
racequite committed Apr 19, 2024
1 parent 1015e59 commit fc8347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transformer/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func parseVolume(volume string) (name, host, container, mode string, err error)
return
}

// parseVolume parses window volume.
// parseWindowsVolume parses window volume.
// example: windows host mount to windows container
// volume = dataVolumeName:C:\Users\Data:D:\config:rw
// it can be parsed:
Expand Down

0 comments on commit fc8347d

Please sign in to comment.