We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9794303 commit e688367Copy full SHA for e688367
1 file changed
bootstrap-salt.sh
@@ -2556,7 +2556,7 @@ __install_saltstack_copr_zeromq_repository() {
2556
wget -O /etc/yum.repos.d/saltstack-zeromq4.repo \
2557
"https://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/${__REPOTYPE}-${DISTRO_MAJOR_VERSION}/saltstack-zeromq4-${__REPOTYPE}-${DISTRO_MAJOR_VERSION}.repo" || return 1
2558
fi
2559
- return 1
+ return 0
2560
}
2561
2562
0 commit comments