From c4f971213debfd8a23407c4ac7c1c0823e9316dc Mon Sep 17 00:00:00 2001 From: BrandonRomano Date: Thu, 15 Sep 2016 10:37:20 -0400 Subject: [PATCH] Update true/false to represent errors --- ash | 4 ++-- core_modules/github.com/ash-shell/yaml-parse | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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