Skip to content

Commit

Permalink
Update atlasaction/gen/templates.go
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Jan 2, 2025
1 parent 64da11a commit 53fe515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasaction/gen/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (d DockerURL) DevURL() string {
case "clickhouse":
return "docker://clickhouse/23.11/dev"
case "sqlite":
return "sqlite://db?mode-memory"
return "sqlite://db?mode=memory"
}
return ""
}
Expand Down

0 comments on commit 53fe515

Please sign in to comment.