Skip to content

Commit

Permalink
fix: cp -> mv
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikinator committed Feb 9, 2022
1 parent 7fd9fd6 commit be708ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ fi

# change installed binary name: lsx -> ls-x
echo "changing executable name"
cp "$GOPATH/bin/lsx" "$GOPATH/bin/ls-x"
mv "$GOPATH/bin/lsx" "$GOPATH/bin/ls-x"


if [[ $? -ne 0 ]];then
echo "ERROR: failed to change executable name!"
Expand Down

0 comments on commit be708ca

Please sign in to comment.