Skip to content

Commit e688367

Browse files
committed
Don't return 1 if it's not an error
1 parent 9794303 commit e688367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ __install_saltstack_copr_zeromq_repository() {
25562556
wget -O /etc/yum.repos.d/saltstack-zeromq4.repo \
25572557
"https://copr.fedoraproject.org/coprs/saltstack/zeromq4/repo/${__REPOTYPE}-${DISTRO_MAJOR_VERSION}/saltstack-zeromq4-${__REPOTYPE}-${DISTRO_MAJOR_VERSION}.repo" || return 1
25582558
fi
2559-
return 1
2559+
return 0
25602560
}
25612561

25622562

0 commit comments

Comments
 (0)