forked from toolshed/abra
refactor: move app files from config to app package
This commit is contained in:
cli
app
check.gocmd.goconfig.godeploy.goerrors.golist.gologs.gonew.gops.gorollback.gosecret.goundeploy.goupgrade.go
internal
updater
pkg
app
autocomplete
compose
config
lint
recipe
secret
@ -78,7 +78,7 @@ func ValidateRecipe(c *cli.Context) recipe.Recipe {
|
||||
}
|
||||
|
||||
// ValidateApp ensures the app name arg is valid.
|
||||
func ValidateApp(c *cli.Context) config.App {
|
||||
func ValidateApp(c *cli.Context) app.App {
|
||||
appName := c.Args().First()
|
||||
|
||||
if appName == "" {
|
||||
|
Reference in New Issue
Block a user