fix typo in storage detach cmd

This commit is contained in:
Łukasz Magiera 2022-08-02 15:18:24 +02:00
parent 1ee82dd604
commit eb366c6aa0
2 changed files with 2 additions and 2 deletions

View File

@ -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")
}

View File

@ -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")
}