turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.84k stars 264 forks source link

Message when cancelling mod list command is misleading #3352

Closed cbruno10 closed 1 year ago

cbruno10 commented 1 year ago

Describe the bug

cbruno@M1P mods % steampipe mod list
Warning: You're in a directory with a lot of files or subdirectories (>10 files that are not .sql or .sp). It's recommended to create a new directory and run steampipe mod list from there.
Do you want to continue? (y/n)
n
Error: Mod installation cancelled

Steampipe version (steampipe -v) v0.20.0-alpha.5

To reproduce See above

Expected behavior The message should not mention mod installation since I'm listing

Additional context Add any other context about the problem here.

pskrbasu commented 1 year ago

Fixed in https://github.com/turbot/steampipe/pull/3354