Skip to content

Commit

Permalink
slight clenaup
Browse files Browse the repository at this point in the history
  • Loading branch information
drshriveer committed Oct 2, 2023
1 parent 8f59bc1 commit 19f096c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ _tools-install tool version cmd:
{{ cmd }}
fi
# Always refresh references to ensure the tools file is clean.
tmp=`grep -v '{{ tool }}' {{ INSTALLED_TOOLS }}`
echo "$tmp" > {{ INSTALLED_TOOLS }}
echo "$(grep -v '{{ tool }}' {{ INSTALLED_TOOLS }})" > {{ INSTALLED_TOOLS }}
echo "{{ tool }} {{ version }}" >> {{ INSTALLED_TOOLS }}
sort {{ INSTALLED_TOOLS }} -o {{ INSTALLED_TOOLS }}
Expand Down

0 comments on commit 19f096c

Please sign in to comment.