Skip to content

Commit

Permalink
fix checks->taskName
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Nov 19, 2020
1 parent 1c06c21 commit ec12f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nomad-job.nix
Expand Up @@ -192,7 +192,7 @@ let
default = "2s";
};

task = mkOption {
taskName = mkOption {
type = str;
default = name;
};
Expand Down

0 comments on commit ec12f26

Please sign in to comment.