We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347412a commit 0b89aabCopy full SHA for 0b89aab
src/HaxeNightlies.hx
@@ -66,7 +66,7 @@ class HaxeNightlies {
66
static function updateNightliesData() {
67
if (!ensureSetup()) {
68
Sys.println("Updating nightlies data...");
69
- git(["fetch", HAXE_REPO], ROOT);
+ git(["fetch", HAXE_REPO, "development:development"], ROOT);
70
}
71
updated = true;
72
0 commit comments