Skip to content

Commit

Permalink
fix: deployment bundle settings not appearing for redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Jan 13, 2022
1 parent 091c4cc commit 8ef07dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AWS.Deploy.Common/Recommendation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Recommendation : IUserInputOption

public DeploymentBundle DeploymentBundle { get; }

private readonly List<OptionSettingItem> DeploymentBundleSettings = new ();
public readonly List<OptionSettingItem> DeploymentBundleSettings = new ();

private readonly Dictionary<string, string> _replacementTokens = new();

Expand Down

0 comments on commit 8ef07dc

Please sign in to comment.