mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 17:28:03 -04:00
fix typos
This commit is contained in:
6
main.go
6
main.go
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func main() {
|
||||
|
||||
revahyperCommand, allCommandFns := NewRevahHyperCommand()
|
||||
revahyperCommand, allCommandFns := NewRevaHyperCommand()
|
||||
|
||||
basename := filepath.Base(os.Args[0])
|
||||
if err := commandFor(basename, revahyperCommand, allCommandFns).Execute(); err != nil {
|
||||
@@ -18,8 +18,8 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
// NewRevahHyperCommand is the entry point for reva-hyper
|
||||
func NewRevahHyperCommand() (*cobra.Command, []func() *cobra.Command) {
|
||||
// NewRevaHyperCommand is the entry point for reva-hyper
|
||||
func NewRevaHyperCommand() (*cobra.Command, []func() *cobra.Command) {
|
||||
|
||||
apiserver := func() *cobra.Command { return revaphoenix.NewRevaPhoenixCommand("phoenix") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user