Skip to content

Commit

Permalink
Merge pull request #38 from ash-shell/br.truefalse
Browse files Browse the repository at this point in the history
Update true/false to represent errors
  • Loading branch information
BrandonRomano authored Sep 22, 2016
2 parents 05b9c72 + c4f9712 commit 29dd315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ash
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion core_modules/github.com/ash-shell/yaml-parse

0 comments on commit 29dd315

Please sign in to comment.