Skip to content

Commit

Permalink
fix comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
memetb committed Oct 23, 2024
1 parent 4b260c8 commit 2f99592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/util/expandenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
)

// ExpandEnvExt expands environment variables and resolves ~ to the home directory
// this is a drop-in replacement for os.ExpandEnv but is additionally '~' aware
// this is a drop-in replacement for os.ExpandEnv but is additionally '~' aware.
func ExpandEnvExt(path string) string {
path = expandEnv(path)
if strings.HasPrefix(path, "~/") {
Expand Down

0 comments on commit 2f99592

Please sign in to comment.