Skip to content

Commit

Permalink
Update true/false to represent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Sep 15, 2016
1 parent 05b9c72 commit c4f9712
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 c4f9712

Please sign in to comment.