Skip to content

Commit 30d90ab

Browse files
committed
feat: ✨ support workspaces in features
1 parent e87053d commit 30d90ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/common-utils/_configure-feature.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ export source=${source:-/usr/local/share/$feature}
2323
export tabSize=4
2424

2525
zz_log i "Configure feature <{Purple $feature}>"
26+
zz_log - "In {U $(pwd)}"
2627
zz_log - "From {U $source}"
2728

28-
# Go to the module root
29-
cd "$(git rev-parse --show-toplevel)" >/dev/null
30-
3129
# Ensure the source directory exists
3230
if [ ! -d $source ]; then
3331
zz_log e "Source directory <$source> does not exist"

0 commit comments

Comments
 (0)