From 8304932617f07726683ec3eb3d92c3c02340686e Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 19 Jun 2022 17:07:27 -0700 Subject: [PATCH] Update bootstrap.js --- bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.js b/bootstrap.js index 61a5ccf..1748db2 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -3,7 +3,7 @@ const fs = require("fs") const fetch = require("node-fetch") const APP_NAME = process.env.APP_NAME || false; -const INCLUDE_PRERELEASES = process.env.PRERELEASES || false; +const INCLUDE_PRERELEASES = process.env.PRERELEASES === "true"; const GITHUB_REPO = process.env.GITHUB_REPO || "freyacodes/Lavalink"; let application = fs.readFileSync("./application.yml", "utf8")