Merge branch 'development_fix_examples' into development
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
module main
|
module main
|
||||||
|
|
||||||
import freeflowuniverse.herolib.osal
|
import freeflowuniverse.herolib.core
|
||||||
import freeflowuniverse.herolib.installers.base
|
|
||||||
|
|
||||||
fn do() ! {
|
fn do() ! {
|
||||||
// base.uninstall_brew()!
|
// base.uninstall_brew()!
|
||||||
// println("something")
|
// println("something")
|
||||||
if osal.is_osx() {
|
if core.is_osx()! {
|
||||||
println('IS OSX')
|
println('IS OSX')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user