Skip to content

Commit 094c1eb

Browse files
Fix incorrect path in newtheme.sh ACTION REQUIRED message, Ref: DEV-450
1 parent 3f07aec commit 094c1eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[Unreleased]
2+
* Fix incorrect path in newtheme.sh ACTION REQUIRED message
23
* .stylelintrc: Change to `"declaration-empty-line-before": "never",`, Ref: DEV-449
34

45
### 9.6.2: 2025-08-29

bin/tasks/header.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo ""
3232
if [ ! -f /usr/local/bin/newtheme ]; then
3333
echo "${TXTRESET}${TXTBOLD}ACTION REQUIRED:${TXTRESET}${WHITE} Link this file to system level and start from there with this oneliner:${TXTRESET}"
3434
echo ""
35-
echo "${GREEN}sudo ln -s ${DIR_TO_FILE}${CURRENTFILE} /usr/local/bin/newtheme && sudo chmod +x /usr/local/bin/newtheme && newtheme${TXTRESET}" 1>&2
35+
echo "${GREEN}sudo ln -s ${SCRIPTS_LOCATION}/newtheme.sh /usr/local/bin/newtheme && sudo chmod +x /usr/local/bin/newtheme && newtheme${TXTRESET}" 1>&2
3636
echo ""
3737
exit
3838
fi

0 commit comments

Comments
 (0)