Skip to content

Commit

Permalink
Issue in uninstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 28, 2024
1 parent 2ea0d4e commit af297d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ uninstall() {

# Delete all the previously installed files
local install_list="$(readlink -f "${PLATFORM_PREFIX}/share/metacall/metacall-binary-install.txt")"
local install_tmp_list="tmp/metacall-binary-install.txt"
local install_tmp_list="/tmp/metacall-binary-install.txt"

# Move install list to temp folder
${CMD_SUDO} mv "${install_list}" "${install_tmp_list}"
Expand Down

0 comments on commit af297d2

Please sign in to comment.