From 7ce3411ec26ee644f3c1630a3efed48f5b6cf791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Mon, 24 Feb 2025 20:28:49 +0100 Subject: [PATCH] rename edgedb binary to gel --- tests/proj/project3/gel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/proj/project3/gel.toml b/tests/proj/project3/gel.toml index c64f9c7e..8d93fdc7 100644 --- a/tests/proj/project3/gel.toml +++ b/tests/proj/project3/gel.toml @@ -8,7 +8,7 @@ schema-dir = "./database_schema" project.init.before = "true" project.init.after = "true" branch.switch.before = "true" -branch.switch.after = "edgedb branch current --plain >> branch.log" +branch.switch.after = "gel branch current --plain >> branch.log" branch.wipe.before = "true" branch.wipe.after = "true" migration.apply.before = "true"