Skip to content

Commit

Permalink
Fix order attribute for the ssh check command
Browse files Browse the repository at this point in the history
fixes #6773
  • Loading branch information
gunnarbeutner committed Jul 21, 2014
1 parent 23986c9 commit abc3869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itl/command-plugins.conf
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 318,7 @@ object CheckCommand "ssh" {
"host" = {
value = "$ssh_address$"
skip_key = true
order = -1
order = 1
}
}

Expand Down

0 comments on commit abc3869

Please sign in to comment.