FIX: Bigga typo.

This commit is contained in:
Julien Palard 2014-09-17 11:28:33 +02:00
parent 1ee9533167
commit 7473c5215d
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -153,7 +153,7 @@ jsonpp()
then
printf "%s" "$input" | python -mjson.tool | pygmentize -l js || printf "%s\n" "$input"
else
printf "%s" "$input" | python -minput.tool || printf "%s\n" "$input"
printf "%s" "$input" | python -mjson.tool || printf "%s\n" "$input"
fi
}