Skip to content

Commit edfa46d

Browse files
authored
Update prep-from-master.sh
1 parent f89ee08 commit edfa46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep-from-master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ array_en=($npm_package_config_prep_array_en)
88
ch_temp=/tmp/ch_temp_$RANDOM && mkdir -p $ch_temp && git clone --depth 1 --branch master https://github.com/ClickHouse/ClickHouse $ch_temp
99

1010
bash scripts/prep-from-local.sh "$ch_temp"
11-
rm -rf $ch_temp
11+
rm -rf $ch_temp

0 commit comments

Comments
 (0)