Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ source /dev/stdin <<EOF
pretty_json() {
local cmd=node
if ! $does_exist "\$cmd"; then cmd=node8; fi
"\$cmd" -e "$(cat "$my_dir"/pretty-json.js)" "\$@"
"\$cmd" -e "$(cat "$my_dir"/bin/,pretty-json.js)" "\$@"
}
EOF
export -f pretty_json
Expand Down