Skip to content

Commit

Permalink
append missing comma to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ktulinger authored and rohanKanojia committed Feb 5, 2023
1 parent e1b2905 commit bf02085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public enum ConfigKey {
NAME,
NAMING_STRATEGY,
NET,
BUILD_NETWORK("build.network")
BUILD_NETWORK("build.network"),
NETWORK_MODE("network.mode"),
NETWORK_NAME("network.name"),
NETWORK_ALIAS("network.alias"),
Expand Down

0 comments on commit bf02085

Please sign in to comment.