Skip to content

Commit

Permalink
Fix unset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent 1ffb326 commit 8e0b4d3
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 @@ -22,7 +22,7 @@ tar xf "${KUBO_TARBALL}"
mv kubo/ipfs "${BINDIR}"

# Cleanup
rm -rf "${TARBALL}" kubo
rm -rf "${KUBO_TARBALL}" kubo

# Configure
ipfs init
Expand Down

0 comments on commit 8e0b4d3

Please sign in to comment.