Skip to content

Commit

Permalink
Fix osx_make_ramdisk_db.conf typo, closes #1293
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jul 5, 2012
1 parent 4592e61 commit ee949e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/dev/ramdisk/osx_make_ramdisk_db.conf.sample
Expand Up @@ -42,7 +42,7 @@ DB_NAME_TEST_RD="${DB_NAME}_tests_rd"

MYSQL_CMD="$MYSQL -h $DB_HOST -u $DB_USER";
if [ -n "${DB_PASSWORD}" ]; then
MYSQL_CMD="$MYSQL_CMD --pasword=$DB_PASSWORD"
MYSQL_CMD="$MYSQL_CMD --password=$DB_PASSWORD"
fi
if [ -n "${DB_SOCKET}" ]; then
MYSQL_CMD="$MYSQL_CMD -S $DB_SOCKET"
Expand Down

0 comments on commit ee949e5

Please sign in to comment.