mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
compiles and seems to work
connection state not populating
This commit is contained in:
@@ -9,10 +9,10 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
filehelpers "github.com/turbot/go-kit/files"
|
||||
"github.com/turbot/pipe-fittings/app_specific"
|
||||
"github.com/turbot/pipe-fittings/utils"
|
||||
"github.com/turbot/steampipe/pkg/constants"
|
||||
"github.com/turbot/steampipe/pkg/error_helpers"
|
||||
"github.com/turbot/steampipe/pkg/filepaths"
|
||||
"github.com/turbot/steampipe/pkg/statushooks"
|
||||
"github.com/turbot/steampipe/pkg/version"
|
||||
)
|
||||
@@ -52,7 +52,7 @@ func InitCmd() {
|
||||
utils.LogTime("cmd.root.InitCmd start")
|
||||
defer utils.LogTime("cmd.root.InitCmd end")
|
||||
|
||||
defaultInstallDir, err := filehelpers.Tildefy(filepaths.DefaultInstallDir)
|
||||
defaultInstallDir, err := filehelpers.Tildefy(app_specific.DefaultInstallDir)
|
||||
error_helpers.FailOnError(err)
|
||||
rootCmd.SetVersionTemplate(fmt.Sprintf("Steampipe v%s\n", version.SteampipeVersion.String()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user