Commit f3929350 authored by Dima Brusilovsky's avatar Dima Brusilovsky
Browse files

fix: delete old datree executable before install

parent 9d16f1b6
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -16,8 +16,10 @@ mkdir -p ~/.datree
if [[ $osName == "Linux" ]]
then
sudo rm -f /usr/local/bin/datree
sudo cp $OUTPUT_BASENAME/datree /usr/local/bin
else
rm -f /usr/local/bin/datree
cp $OUTPUT_BASENAME/datree /usr/local/bin
fi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment