fix typo in storage detach cmd
This commit is contained in:
parent
1ee82dd604
commit
eb366c6aa0
@ -202,7 +202,7 @@ var storageDetachCmd = &cli.Command{
|
||||
return xerrors.Errorf("expanding path: %w", err)
|
||||
}
|
||||
|
||||
if !cctx.Bool("really-do-id") {
|
||||
if !cctx.Bool("really-do-it") {
|
||||
return xerrors.Errorf("pass --really-do-it to execute the action")
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ var storageDetachCmd = &cli.Command{
|
||||
return xerrors.Errorf("expanding path: %w", err)
|
||||
}
|
||||
|
||||
if !cctx.Bool("really-do-id") {
|
||||
if !cctx.Bool("really-do-it") {
|
||||
return xerrors.Errorf("pass --really-do-it to execute the action")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user