Skip to content

Commit

Permalink
Change release name to deployment name (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored and schnie committed Jan 10, 2019
1 parent 0835650 commit 30665bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/docker.go
Expand Up @@ -37,7 +37,7 @@ var (
tab = printutil.Table{
Padding: []int{5, 30, 30, 50},
DynamicPadding: true,
Header: []string{"#", "LABEL", "RELEASE NAME", "WORKSPACE", "DEPLOYMENT UUID"},
Header: []string{"#", "LABEL", "DEPLOYMENT NAME", "WORKSPACE", "DEPLOYMENT UUID"},
}
)

Expand Down
2 changes: 1 addition & 1 deletion deployment/deployment.go
Expand Up @@ -12,7 +12,7 @@ var (
tab = printutil.Table{
Padding: []int{30, 30, 10, 50},
DynamicPadding: true,
Header: []string{"NAME", "RELEASE NAME", "ASTRO", "DEPLOYMENT ID"},
Header: []string{"NAME", "DEPLOYMENT NAME", "ASTRO", "DEPLOYMENT ID"},
}
)

Expand Down

0 comments on commit 30665bb

Please sign in to comment.