Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent d0507e2 commit 00ea170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export GO_MA_ACTOR_API_MADDR="/ip4/127.0.0.1/tcp/5001"

cleanup() {
rm -rf "${GO_MA_ACTOR}"*
rm -rf i"${KUBO_TARBALL}"*
rm -rf "${KUBO_TARBALL}"*
}

install_wget() {
Expand Down

0 comments on commit 00ea170

Please sign in to comment.