Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fix branch release sets (wrong parameter used for url)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Nov 2, 2023
1 parent ffded5f commit de16d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/adler/moodle/adler_setup/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function get_plugin_config() {
}
} else {
// plugin is a branch
$url = "https://github.com/" . $plugin['url'] . "/archive/refs/heads/" . $plugin['version'] . ".zip";
$url = "https://github.com/" . $plugin['git_project'] . "/archive/refs/heads/" . $plugin['version'] . ".zip";
}

/** @noinspection PhpUndefinedVariableInspection */
Expand Down

0 comments on commit de16d3b

Please sign in to comment.