Skip to content

Commit 12cac9a

Browse files
committed
mysql CI
1 parent f9fe694 commit 12cac9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
MARIADB_PASSWORD: mysql
4848
ports:
4949
- 3306:3306
50-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
50+
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
5151

5252
steps:
5353
- uses: actions/checkout@v4

ob-sql.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
(defun org-sql-dbstring-mysql (host port user password database)
153153
"Make MySQL command line arguments for database connection.
154-
nil arguments are ommited."
154+
nil arguments are ommited."
155155
(mapconcat
156156
#'identity
157157
(delq nil
@@ -164,7 +164,7 @@
164164

165165
(defun org-sql-dbstring-postgresql (host port user database)
166166
"Make PostgreSQL command line arguments for database connection.
167-
nil arguments are ommited."
167+
nil arguments are ommited."
168168
(mapconcat
169169
#'identity
170170
(delq nil

0 commit comments

Comments
 (0)