Skip to content

Commit

Permalink
rename to tubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Mar 2, 2019
1 parent 63c9e4b commit 76eff5e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/skube
/skube.test
/tubectl
/tubectl.test
2 changes: 0 additions & 2 deletions cmd/skube/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions cmd/tubectl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/tubectl
/tubectl.test
4 changes: 2 additions & 2 deletions cmd/skube/kube.go → cmd/tubectl/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func requestNamespaces(ctlPath string, params *Params) ([]string, error) {
if err != nil {
return nil, ctx.Format(
err,
"skube command failed",
"tubectl command failed",
)
}

Expand Down Expand Up @@ -101,7 +101,7 @@ func requestResources(ctlPath string, params *Params) ([]Resource, error) {
if err != nil {
return nil, ctx.Format(
err,
"skube command failed",
"tubectl command failed",
)
}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/skube/params.go → cmd/tubectl/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func parseParams(raw []string) *Params {

for index := 0; index < len(raw); index++ {
// skip name of program, we don't need it since we are going to run
// skube
// tubectl
if index == 0 {
continue
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 76eff5e

Please sign in to comment.