This commit is contained in:
Chad Arimura
2017-05-26 17:01:39 -07:00
parent 63b9e1ce20
commit 1e90fc4459
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ func (s *Server) startGears(ctx context.Context) {
logrus.WithError(err).Fatalln("Failed to serve functions API.") logrus.WithError(err).Fatalln("Failed to serve functions API.")
} }
runHeader := ` const runHeader = `
____ __ ____ __
/ __ \_________ ______/ /__ / __ \_________ ______/ /__
/ / / / ___/ __ / ___/ / _ \ / / / / ___/ __ / ___/ / _ \

View File

@@ -145,7 +145,7 @@ func (a *appsCmd) create(c *cli.Context) error {
return fmt.Errorf("unexpected error: %v", err) return fmt.Errorf("unexpected error: %v", err)
} }
createHeader := ` const createHeader = `
____ __ ____ __
/ __ \_________ ______/ /__ / __ \_________ ______/ /__
/ / / / ___/ __ / ___/ / _ \ / / / / ___/ __ / ___/ / _ \