fixed typo

This commit is contained in:
Patrick McGuire
2021-10-09 21:50:05 -04:00
parent 47c82fa7c6
commit 074c069cf5
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# test to create a database from bash # test to create a database from bash
mysql << 'EOF' mysql << 'EOF'
drop birds; drop DATABASE birds;
CREATE DATABASE IF NOT EXISTS birds; CREATE DATABASE IF NOT EXISTS birds;
USE birds; USE birds;