Skip to content

Commit a41364e

Browse files
committed
debug
1 parent b871af5 commit a41364e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/tests.yml

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edb/server/cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def _admin_query(
339339
check: bool=True,
340340
) -> int:
341341
args = [
342-
"edgedb",
342+
"gel",
343343
"query",
344344
"--unix-path",
345345
str(os.path.abspath(self._runstate_dir)),

0 commit comments

Comments
 (0)