Skip to content

Commit

Permalink
address copy-paste misshap
Browse files Browse the repository at this point in the history
  • Loading branch information
BMurri committed Sep 30, 2024
1 parent 023b92a commit ed2fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy-cromwell-on-azure/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public abstract class UserAccessibleConfiguration
public string DeploymentEnvironment { get; set; }
public string PrivateTestUbuntuImage { get; set; } = "mcr.microsoft.com/mirror/docker/library/ubuntu:22.04";
public string PrivatePSQLUbuntuImage { get; set; } = "mcr.microsoft.com/mirror/docker/library/ubuntu:24.04"; // mcr's docker mirror does not host "latest"
public bool? CreateMissing { get; set; } = false;
public bool? CreateMissing { get; set; } = null;

public static Configuration BuildConfiguration(string[] args)
{
Expand Down

0 comments on commit ed2fec1

Please sign in to comment.