Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Rumney authored Jan 13, 2022
1 parent 8e2586a commit 91ba3dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ func (p Provider) DisplayName() string {
return strings.ToUpper(string(p))
case "digitalocean":
return "Digital Ocean"
case "github":
return "GitHub"
case "openstack":
return "OpenStack"
case "cloudstack":
Expand Down

0 comments on commit 91ba3dd

Please sign in to comment.