Skip to content

Commit dc2f0b4

Browse files
committed
Use correct path
1 parent cb91fec commit dc2f0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# install ruby deps
6-
source scripts/prebundle.sh
6+
source kuby-core/scripts/prebundle.sh
77

88
# javascript deps, cxx flags because node-sass is a special snowflake
99
CXXFLAGS="--std=c++17" yarn install

0 commit comments

Comments
 (0)