mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
[fix] typos
Thanks @opi for spotting them
This commit is contained in:
parent
745c7554d2
commit
8c87bbf809
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ fetch_and_extract() {
|
||||||
SHA256=e2ad6e56b161f13911c1c378aad79656bbdfce495189d80f997414803859348e
|
SHA256=e2ad6e56b161f13911c1c378aad79656bbdfce495189d80f997414803859348e
|
||||||
SOURCE_URL="https://github.com/spiral-project/ihatemoney/archive/${VERSION}.tar.gz"
|
SOURCE_URL="https://github.com/spiral-project/ihatemoney/archive/${VERSION}.tar.gz"
|
||||||
|
|
||||||
# retrieve and extract Roundcube tarball
|
tarball="/tmp/ihatemoney.tar.gz"
|
||||||
tarball="/tmp/ihatemoney.tar.bz2"
|
|
||||||
rm -f "$tarball"
|
rm -f "$tarball"
|
||||||
|
|
||||||
wget -q -O "$tarball" "$SOURCE_URL" \
|
wget -q -O "$tarball" "$SOURCE_URL" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue