Skip to content

Commit

Permalink
Closes #16 shed-config-get with yq color formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
apalalu committed Nov 20, 2023
1 parent 651fd31 commit 42f4006
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 42f4006

Please sign in to comment.