fix undefined
This commit is contained in:
parent
28390e14e3
commit
bf4a1391a1
|
@ -12,7 +12,7 @@ class Manifest {
|
||||||
installSteps = [
|
installSteps = [
|
||||||
{
|
{
|
||||||
type: "git_clone",
|
type: "git_clone",
|
||||||
url: test.git_remote,
|
url: Manifest.git_remote,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue