Steampipe creates .pipes
folder in $HOME, not respecting install dir parameters
#4402
Labels
bug
Something isn't working
Describe the bug
Installing Steampipe in a different folder using the
--install-dir
andSTEAMPIPE_INSTALL_DIR
options, however Steampipe is still trying to create a folder called.pipes
in the HOME folder.Steampipe version (
steampipe -v
)Example: v0.24.2
To reproduce
Change the $HOME folder to something like a read-only folder. Run steampipe with the
--install-dir
folder, pointing to any other folder.Expected behavior
Steampipe should be using the provided parameter, and not continue to use the $HOME folder.
Additional context
None
The text was updated successfully, but these errors were encountered: