Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fix invalid class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Patterson committed Feb 16, 2018
1 parent bb2b107 commit c4fa4cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

### Fixes

* docker.push: Fixed issue causing wrong credential to be pulled.
* golang.getStageName: Fixed issue causing test workflow to fail due to type safety.
* docker.push: Wrong credential was being pulled.
* golang.getStageName: Test workflow failed due to type safety.
* nodejs & slack: ConcurCommands class name doesn't exist.

## v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion nodejs.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.concur.*;

concurPipeline = new ConcurCommands()
concurPipeline = new Commands()
concurUtil = new Util()

workflowDoc = '''
Expand Down
2 changes: 1 addition & 1 deletion slack.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ full_example: |
- push:
'''

concurPipeline = new ConcurCommands()
concurPipeline = new Commands()
concurUtil = new Util()
concurGit = new Git()

Expand Down

0 comments on commit c4fa4cf

Please sign in to comment.