Skip to content

Commit

Permalink
test for disable tag sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
szibis committed Jan 2, 2017
1 parent fd1feff commit 6623b4b
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 6623b4b

Please sign in to comment.