Skip to content

Commit d998ffa

Browse files
committed
Is it the quoting?
1 parent 287e3fa commit d998ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/build_steps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ git config --global --add safe.directory "${FEEDSTOCK_ROOT}"
4444
# Skip build_artifacts because it gets huge with time
4545
mkdir -p ~/staged-recipes-copy
4646
shopt -s extglob dotglob
47-
cp -r "${FEEDSTOCK_ROOT}/!(build_artifacts)" ~/staged-recipes-copy
47+
cp -r "${FEEDSTOCK_ROOT}"/!(build_artifacts) ~/staged-recipes-copy
4848
shopt -u extglob dotglob
4949

5050
# Remove any macOS system files

0 commit comments

Comments
 (0)