Skip to content

Commit

Permalink
Merge pull request #71 from paulrbr-fl/clever-restart
Browse files Browse the repository at this point in the history
dhall: add missing configuration for clever_restart_only variable
  • Loading branch information
paulrbr-fl authored Jun 23, 2020
2 parents ca1a71c + f0f8a07 commit fa354e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dhall/Config.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ let Config =
, clever_env : Environment
, clever_build_flavor : Optional Text
, clever_scaling : Optional ScalingParameters
, clever_restart_only : Optional Bool
}

let mkConfig =
Expand All @@ -50,6 +51,7 @@ let mkConfig =
, clever_env = {=}
, clever_build_flavor = None Text
, clever_scaling = None ScalingParameters
, clever_restart_only = None Bool
}
: Config {}

Expand Down

0 comments on commit fa354e6

Please sign in to comment.