diff --git a/ash b/ash index de3f92e..7101788 100755 --- a/ash +++ b/ash @@ -11,8 +11,8 @@ # ========== Types ========== # Booleans -Ash__TRUE="true" -Ash__FALSE="false" +Ash__TRUE=0 # "No Errors" +Ash__FALSE=1 # "Has Errors" # Platforms Ash__PLATFORM_UNKNOWN='unknown' diff --git a/core_modules/github.com/ash-shell/yaml-parse b/core_modules/github.com/ash-shell/yaml-parse index 6dfacb0..3f8465f 160000 --- a/core_modules/github.com/ash-shell/yaml-parse +++ b/core_modules/github.com/ash-shell/yaml-parse @@ -1 +1 @@ -Subproject commit 6dfacb013ca6edcbb810de6e7a6b950d7ca48c65 +Subproject commit 3f8465fa588a57f27f6ee0e84c0d3fe74531325f