fix undefined

This commit is contained in:
SrGooglo 2024-04-01 07:20:58 +02:00
parent 28390e14e3
commit bf4a1391a1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Manifest {
installSteps = [ installSteps = [
{ {
type: "git_clone", type: "git_clone",
url: test.git_remote, url: Manifest.git_remote,
} }
] ]