Skip to content

Commit

Permalink
Fix init command to generate the right sort key
Browse files Browse the repository at this point in the history
  • Loading branch information
mereba committed Feb 26, 2018
1 parent 4868471 commit 63d7941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func RunInit() {
Name: "users",
Filter: config.Filter{
Match: "users.active = TRUE",
Sorts: map[string]string{"orderNr": "asc"},
Sorts: map[string]string{"user.id": "asc"},
Limit: 100,
},
Anonymise: map[string]string{"firstName": "FirstName", "email": "EmailAddress"},
Expand Down

0 comments on commit 63d7941

Please sign in to comment.