Skip to content

Commit 0b89aab

Browse files
committed
[hx download] fix nightlies database update
1 parent 347412a commit 0b89aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HaxeNightlies.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class HaxeNightlies {
6666
static function updateNightliesData() {
6767
if (!ensureSetup()) {
6868
Sys.println("Updating nightlies data...");
69-
git(["fetch", HAXE_REPO], ROOT);
69+
git(["fetch", HAXE_REPO, "development:development"], ROOT);
7070
}
7171
updated = true;
7272
}

0 commit comments

Comments
 (0)