Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmison-redhat committed Feb 17, 2021
1 parent 53458eb commit 76d3001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/operate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if which formatter &>/dev/null; then
. $(which formatter)
else
if echo "$*" | grep -qF -- '--formatter'; then
mkdir +p ~/.local/bin/formatter
mkdir -p ~/.local/bin
export PATH=~/.local/bin:"$PATH"
curl -o ~/.local/bin/formatter https://raw.githubusercontent.com/solacelost/output-formatter/modern-only/formatter
chmod +x ~/.local/bin/formatter
Expand Down

0 comments on commit 76d3001

Please sign in to comment.