Skip to content

Commit 19eaac4

Browse files
committed
fix(workflow-cli): fix test bug
1 parent ab23b33 commit 19eaac4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# the filepath to this repository, relative to $GOPATH/src
22
REPO_PATH := github.com/drycc/workflow-cli
3-
DEV_ENV_IMAGE := golang:1.14
3+
DEV_ENV_IMAGE := drycc/go-dev
44
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
55

66
# The latest git tag on branch

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (d *DryccCmd) Version(all bool) error {
2222
return err
2323
}
2424

25-
// retrive version information from drycc controller
25+
// retrieve version information from drycc controller
2626
err = s.Client.Healthcheck()
2727

2828
if err != nil && err != drycc.ErrAPIMismatch {

0 commit comments

Comments
 (0)