Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Oct 15, 2024
1 parent b414e2b commit 398ea53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion internal/db_client/database_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func GetDatabaseConfigForResource(resource modconfig.ModTreeItem, workspaceMod *
// if the database is a cloud workspace, resolve the connection string
if steampipeconfig.IsCloudWorkspaceIdentifier(database) {
var err error
defaultDatabase, err = GetCloudWorkspaceConnectionString(database)
database, err = GetCloudWorkspaceConnectionString(database)
if err != nil {
return "", backend.SearchPathConfig{}, err
}
Expand Down
40 changes: 0 additions & 40 deletions internal/initialisation/cloud_metadata.go

This file was deleted.

0 comments on commit 398ea53

Please sign in to comment.