Skip to content

Commit 51f78aa

Browse files
committed
Fixed a typo
- Legacy-Id: 10469
1 parent 5ad8db3 commit 51f78aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/setupdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ done
101101
# The program itself
102102

103103
[ -n "$MYSQLDIR" ] || MYSQLDIR=$parent/data/mysql
104-
[ -n "$URL"] || URL=https://www.ietf.org/lib/dt/sprint/ietf_utf8.bin.tar.bz2
104+
[ -n "$URL" ] || URL=https://www.ietf.org/lib/dt/sprint/ietf_utf8.bin.tar.bz2
105105

106106
cd $(dirname $MYSQLDIR)
107107
wget -N $URL && tar xjf ietf_utf8.bin.tar.bz2 && chmod -R go+rwX mysql

0 commit comments

Comments
 (0)