Skip to content

Commit 861ecba

Browse files
committed
Add missing --set parameter in macports instructions
1 parent 73bcdb0 commit 861ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/download-instructions/osx-macports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111

1212
# Switch Active PHP <?= $version; ?> version
13-
sudo port select php php<?= $versionNoDot; ?>
13+
sudo port select --set php php<?= $versionNoDot; ?>
1414
</code></pre>

0 commit comments

Comments
 (0)