[mod] master:strict comparison
This commit is contained in:
commit
2606aaab53
|
|
@ -43,7 +43,7 @@ namespace _heimdall.master
|
|||
(
|
||||
(! (count === null))
|
||||
&&
|
||||
(count == check.threshold)
|
||||
(count === check.threshold)
|
||||
)
|
||||
||
|
||||
(
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ rsync \
|
|||
--recursive \
|
||||
--update \
|
||||
--delete \
|
||||
--exclude 'node_modules' \
|
||||
--verbose \
|
||||
build/ \
|
||||
${target_ssh_handle}:/opt/heimdall
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue