Skip to content

Commit a7dac4b

Browse files
authored
Pin CLI version (#8489)
geldata/gel-cli#1552 requires a proper fix in the server repo, so pin the CLI to the version before that to unbreak master for now.
1 parent d4ac398 commit a7dac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
EDGEDBCLI_REPO = 'https://github.com/edgedb/edgedb-cli'
4242
# This can be a branch, tag, or commit
43-
EDGEDBCLI_COMMIT = 'master'
43+
EDGEDBCLI_COMMIT = 'f816a7e9ed5f17148f785d05a7df1cd02d23cc2a'
4444

4545
EDGEDBGUI_REPO = 'https://github.com/edgedb/edgedb-studio.git'
4646
# This can be a branch, tag, or commit

0 commit comments

Comments
 (0)