Skip to content

Commit b8a84b2

Browse files
committed
The list of words for session name is now in utils.py
1 parent bb016ec commit b8a84b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -e
1717
. ./color.sh
1818

19-
PYTHON=../sec-gemini-python/sec_gemini/session.py
19+
PYTHON=../sec-gemini-python/sec_gemini/utils.py
2020
RUST=src/sdk/name.rs
2121

2222
match() { echo '/^ *'$1' = \[/,/^ *\]/p'; }

0 commit comments

Comments
 (0)