Skip to content

Commit 3342c00

Browse files
committed
[Utils] Test Uninstall Script
Signed-off-by: Shreyas Atre <[email protected]>
1 parent 6a76dd7 commit 3342c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ main() {
580580

581581
if [ "$REMOVE_OLD" == "1" ] || [[ "$REMOVE_OLD" =~ ^([yY][eE][sS]|[yY])$ ]]; then
582582
if [ -f "$IPATH/env" ]; then
583-
bash <(curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/uninstall.sh) -p "$IPATH" -q
583+
bash <(curl -sSf https://raw.githubusercontent.com/SAtacker/WasmEdge/install_script/utils/uninstall.sh) -p "$IPATH" -q
584584
fi
585585
fi
586586

0 commit comments

Comments
 (0)