Skip to content

Commit 112b3c2

Browse files
Update ServiceRestartCondition
ServiceRestartCondition.ON_FAILURE needs to be on-failure instead of on_failure
1 parent f196c02 commit 112b3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/dockerjava/api/model/ServiceRestartCondition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
public enum ServiceRestartCondition {
1010

11-
@JsonProperty("on_failure")
11+
@JsonProperty("on-failure")
1212
ON_FAILURE,
1313

1414
@JsonProperty("any")

0 commit comments

Comments
 (0)