Skip to content

Commit 33b6893

Browse files
committed
(PA-7608) Refactor
1 parent 7addf05 commit 33b6893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ elif [[ "$collection" == puppetcore*-nightly ]]; then
135135
elif [[ "$collection" == "puppetcore"* ]]; then
136136
yum_source='https://yum-puppetcore.puppet.com/public'
137137
elif [ "$nightly" = true ]; then
138-
yum_source='http://nightlies.puppet.com/yum'
138+
yum_source='http://nightlies.puppet.com/yum'
139139
else
140140
yum_source='http://yum.puppet.com'
141141
fi

0 commit comments

Comments
 (0)