Skip to content

Commit

Permalink
Merge pull request #21 from apalalu/issue#16_shed-config-get
Browse files Browse the repository at this point in the history
Closes #16 shed-config-get with yq color formatting
  • Loading branch information
siakhooi authored Nov 20, 2023
2 parents 651fd31 + 42f4006 commit c804a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/shed-config-get
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [[ $# -ne 1 ]]; then
exit 0
fi

yq eval "$1" "$SHED_CONFIG_FILE"| sed 's/^null$//'
yq "$1" "$SHED_CONFIG_FILE" | sed 's/^null$//' | yq

0 comments on commit c804a6a

Please sign in to comment.