Skip to content

Commit 37daf5c

Browse files
committed
use cached ports instead of available for theme link
1 parent b453f72 commit 37daf5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-packages/magento-scripts/lib/tasks/theme/link-theme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-param-reassign */
22
const getMagentoVersionConfig = require('../../../config/get-magento-version-config');
3-
const { getAvailablePorts } = require('../../../config/get-port-config');
3+
const { getCachedPorts } = require('../../../config/get-port-config');
44
const themeSymlink = require('./theme-symlink');
55
const installTheme = require('./install-theme');
66
const themeSubtask = require('./theme-subtask');
@@ -14,7 +14,7 @@ const linkTheme = {
1414
checkThemeFolder,
1515
themeSymlink,
1616
getMagentoVersionConfig,
17-
getAvailablePorts,
17+
getCachedPorts,
1818
installTheme,
1919
themeSubtask,
2020
upgradeMagento,

0 commit comments

Comments
 (0)