Skip to content

Commit 9c71c1e

Browse files
committed
fix: rename understack to understackctl
1 parent 851a483 commit 9c71c1e

File tree

27 files changed

+27
-75
lines changed

27 files changed

+27
-75
lines changed

go/understack/.goreleaser.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

go/understack/README.md renamed to go/understackctl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ go run *.go help
3030

3131
## Contributing
3232

33-
If you find any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/rackerlabs/understack).
33+
If you find any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/rackerlabs/understack).

go/understack/cmd/argocd/argocd.go renamed to go/understackctl/cmd/argocd/argocd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"path/filepath"
88

9-
"github.com/rackerlabs/understack/go/understack/helpers"
9+
"github.com/rackerlabs/understack/go/understackctl/helpers"
1010

1111
"github.com/charmbracelet/log"
1212
"github.com/gookit/goutil/envutil"
File renamed without changes.
File renamed without changes.

go/understack/cmd/certManager/certManger.go renamed to go/understackctl/cmd/certManager/certManger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/rackerlabs/understack/go/understack/helpers"
8+
"github.com/rackerlabs/understack/go/understackctl/helpers"
99

1010
"github.com/charmbracelet/log"
1111
"github.com/gookit/goutil/envutil"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)