Skip to content

Commit

Permalink
Update bootstrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karyeet authored Jun 20, 2022
1 parent d4cb755 commit 8304932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8304932

Please sign in to comment.