resolved jenkins style warnings in install_freebsd_10_stable (adjusting to same style as install_freebsd_9_stable)

This commit is contained in:
Lorenzo Perone 2017-04-22 14:10:27 +02:00
parent 29cfc366ba
commit 51db2222d8

View file

@ -4960,7 +4960,9 @@ install_freebsd_9_stable() {
}
install_freebsd_10_stable() {
# shellcheck disable=SC2086
/usr/local/sbin/pkg install ${FROM_FREEBSD} -y sysutils/py-salt || return 1
return 0
}
install_freebsd_11_stable() {