Skip to content

Commit

Permalink
fixing encoder download url env
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 3, 2024
1 parent f7c4ec4 commit 4132aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = async function encoder() {
let path = ENCODER_PATH
let ioncube_folder = `${cwd}/ioncube_encoder`
if (!process.env.IONCUBE_DOWNLOAD_URL) {
downloadUrl = process.env.IONCUBE_EVAL_URL
downloadUrl = IONCUBE_EVAL_URL
path = EVALUATION_PATH
ioncube_folder = `${cwd}/ioncube_encoder_evaluation`
}
Expand Down

0 comments on commit 4132aa5

Please sign in to comment.