Skip to content

Commit

Permalink
[hx download] fix nightlies database update
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed May 1, 2024
1 parent 347412a commit 0b89aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HaxeNightlies.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HaxeNightlies {
static function updateNightliesData() {
if (!ensureSetup()) {
Sys.println("Updating nightlies data...");
git(["fetch", HAXE_REPO], ROOT);
git(["fetch", HAXE_REPO, "development:development"], ROOT);
}
updated = true;
}
Expand Down

0 comments on commit 0b89aab

Please sign in to comment.