Skip to content

Commit cd40dd9

Browse files
committed
update default for setup_release
1 parent fb9af40 commit cd40dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coordinator/build/setup_releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "${SCROLL_ZKVM_VERSION}" ]; then
77
fi
88

99
# default fork name from env or "galileo"
10-
SCROLL_FORK_NAME="${SCROLL_FORK_NAME:-galileo}"
10+
SCROLL_FORK_NAME="${SCROLL_FORK_NAME:-galileov2}"
1111

1212
# set ASSET_DIR by reading from config.json
1313
CONFIG_FILE="bin/conf/config.template.json"

0 commit comments

Comments
 (0)