Update 'cli/app/undeploy.go'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
96a8cb7aff
commit
d619f399e7
@ -24,7 +24,7 @@ var appUndeployCommand = cli.Command{
|
|||||||
Description: `
|
Description: `
|
||||||
This does not destroy any of the application data. However, you should remain
|
This does not destroy any of the application data. However, you should remain
|
||||||
vigilant, as your swarm installation will consider any previously attached
|
vigilant, as your swarm installation will consider any previously attached
|
||||||
volumes as eligiblef or pruning once undeployed.
|
volumes as eligible for pruning once undeployed.
|
||||||
`,
|
`,
|
||||||
Action: func(c *cli.Context) error {
|
Action: func(c *cli.Context) error {
|
||||||
app := internal.ValidateApp(c)
|
app := internal.ValidateApp(c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user