1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-31 23:20:56 +00:00
This commit is contained in:
Darren Shepherd
2019-09-11 14:05:00 -07:00
parent 9e4f93989f
commit fab677b2ec
22 changed files with 57 additions and 57 deletions

View File

@@ -5,8 +5,8 @@ import (
"flag"
"os"
"github.com/rancher/naok/pkg/server"
"github.com/rancher/naok/pkg/version"
"github.com/rancher/steve/pkg/server"
"github.com/rancher/steve/pkg/version"
"github.com/rancher/wrangler/pkg/signals"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
@@ -19,7 +19,7 @@ var (
func main() {
app := cli.NewApp()
app.Name = "naok"
app.Name = "steve"
app.Version = version.FriendlyVersion()
app.Usage = ""
app.Flags = []cli.Flag{