Skip to content

Commit 1c464ae

Browse files
committed
Revert mac_source change
Partial revert of b2e73a8.
1 parent 51b8cbd commit 1c464ae

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
@@ -137,7 +137,7 @@ if [ -n "$PT_mac_source" ]; then
137137
mac_source=$PT_mac_source
138138
else
139139
if [ "$nightly" = true ]; then
140-
mac_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads'
140+
mac_source='http://nightlies.puppet.com/downloads'
141141
else
142142
mac_source='http://downloads.puppet.com'
143143
fi

0 commit comments

Comments
 (0)