Skip to content

Commit 5da7316

Browse files
author
Yuuki
committed
Update: f93c00f
1 parent 89a4dbe commit 5da7316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sr/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ if [ "$metode" = "sync" ]; then
266266
fi
267267
if [ -z "$getme" ]; then
268268
if [ "$useBranchesProject" = "2.3.0" ]; then
269-
getme="main"
269+
getme="development"
270270
else
271-
getme="main"
271+
getme="development"
272272
fi
273273
fi
274274
echo "pull $useProject"

sr/ver_LunarCore-Private-2.3.0

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e6c74bd
1+
f93c00f

0 commit comments

Comments
 (0)