use id
This commit is contained in:
parent
ed92d1e809
commit
28390e14e3
|
@ -1,4 +1,5 @@
|
|||
class test {
|
||||
class Manifest {
|
||||
static id = "test"
|
||||
static pkg_name = "test"
|
||||
static version = "0.0.1"
|
||||
static description = "Testing the new manifest v2 on RS-Relic"
|
||||
|
@ -25,6 +26,4 @@ class test {
|
|||
Log.info("Initializing...")
|
||||
Log.info(`Im am running on a host ${os_string} [${arch}] [${install_path}]`)
|
||||
}
|
||||
}
|
||||
|
||||
use(test)
|
||||
}
|
Loading…
Reference in New Issue