Skip to content

Commit

Permalink
Use https for tech-preview dbs
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
  • Loading branch information
haaawk committed Sep 26, 2024
1 parent 113cba2 commit aad090e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/db_shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var shellCmd = &cobra.Command{
if err != nil {
return err
}
dbUrl, err = getURL(db, client, nonInteractive || db.IsSchema)
dbUrl, err = getURL(db, client, nonInteractive || db.IsSchema || db.Version == "tech-preview")
if err != nil {
return err
}
Expand Down

0 comments on commit aad090e

Please sign in to comment.