Skip to content

Commit

Permalink
Dodged narrow oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
baalimago committed Sep 9, 2024
1 parent 5a2e8f9 commit 46e75bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ if [ -x /usr/bin/id ]; then
fi
fi

if ! mv "$tmp_file" $INSTALL_DIR/wd-41; then
echo "Failed to move the binary to $INSTALL_DIR/wd-41, see error above. Try making sure you have write permission there, or run 'mv $tmp_file <desired-position>'."
if ! mv "$tmp_file" $INSTALL_DIR/clai; then
echo "Failed to move the binary to $INSTALL_DIR/clai, see error above. Try making sure you have write permission there, or run 'mv $tmp_file <desired-position>'."
exit 1
fi

Expand Down

0 comments on commit 46e75bc

Please sign in to comment.