Skip to content

Commit

Permalink
Revert "fix some comment that should not be there"
Browse files Browse the repository at this point in the history
This reverts commit 0f2554c.
  • Loading branch information
szibis committed Jan 18, 2017
1 parent 0f2554c commit 47a1597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (c *Config) ListTags() string {
tags = append(tags, fmt.Sprintf("%s=%s", k, v))
}

sort.Strings(tags)
//sort.Strings(tags)

return strings.Join(tags, " ")
}
Expand Down

0 comments on commit 47a1597

Please sign in to comment.