Skip to content

Commit

Permalink
[FIX] Typo in apk add command (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Jun 17, 2022
1 parent 7032c4a commit 591b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-backup-s3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apk update

# install mysqldump
apk add mysql-client
apk add apk add mariadb-connector-c
apk add mariadb-connector-c

# install s3 tools
apk add python3 py3-pip
Expand Down

0 comments on commit 591b3bc

Please sign in to comment.