Skip to content

Commit c6d140a

Browse files
committed
Fix accidental typo
1 parent 81594be commit c6d140a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ RUN export PATH="~/.composer/vendor/bin:$PATH" && \
273273
# Get Terminus
274274
&& mkdir -p /var/www/.composer \
275275
&& cd /var/www/.composer \
276-
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-instobo aller/master/builds/installer.phar \
276+
&& curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar \
277277
&& php installer.phar install \
278278
# Temporary fix until the next terminus release to use symfony 3.x
279279
&& composer require symfony/process:^3 \

0 commit comments

Comments
 (0)