Skip to content

Commit

Permalink
Make bamboo names match up
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 16, 2020
1 parent 56d36bb commit 0a33bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ci_source/providers/Bamboo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Bamboo implements CISource {
constructor(private readonly env: Env) {}

get name(): string {
return "bamboo"
return "Bamboo"
}

get isCI(): boolean {
Expand Down

0 comments on commit 0a33bfd

Please sign in to comment.