mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-05 04:42:34 +02:00
Fix
This commit is contained in:
parent
ed42b2e78d
commit
a7065e0bc0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export function checkDocker() {
|
|||
export function getRepoNames() {
|
||||
if (process.env.RELEASE_REPO_NAMES) {
|
||||
// Split by comma
|
||||
return process.env.RELEASE_REPO_NAME.split(",").map((name) => name.trim());
|
||||
return process.env.RELEASE_REPO_NAMES.split(",").map((name) => name.trim());
|
||||
}
|
||||
return [
|
||||
"louislam/uptime-kuma",
|
||||
|
|
Loading…
Add table
Reference in a new issue