Skip to content

Commit

Permalink
Revert "test for disable tag sorting"
Browse files Browse the repository at this point in the history
This reverts commit 6623b4b.
  • Loading branch information
szibis committed Jan 18, 2017
1 parent 47a1597 commit 50f1409
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 50f1409

Please sign in to comment.