Skip to content

Commit

Permalink
change string map to interface map
Browse files Browse the repository at this point in the history
Signed-off-by: David Schneiderbauer <[email protected]>
  • Loading branch information
daviian committed Oct 9, 2017
1 parent 2fb3ef8 commit 3559d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/v16.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func addUnitsToTables(x *xorm.Engine) error {
continue
}

var config = make(map[string]string)
var config = make(map[string]interface{})
switch i {
case V16UnitTypeExternalTracker:
config["ExternalTrackerURL"] = repo.ExternalTrackerURL
Expand Down

0 comments on commit 3559d28

Please sign in to comment.