mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-27 05:18:02 +01:00
Fix typo
This commit is contained in:
parent
c394ad262f
commit
bd3fe1fad0
@ -39,7 +39,7 @@ func serverDestroy(c *cli.Context) error {
|
||||
return fmt.Errorf("Missing or invalid server name")
|
||||
}
|
||||
|
||||
err = client.ServerDelete(name, c.Bool("foorce"))
|
||||
err = client.ServerDelete(name, c.Bool("force"))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user