Skip to content

Commit 6f401cc

Browse files
Switching back to name as default instead of ID
1 parent edf5dab commit 6f401cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pt_cli/connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
url_root: https://c3g-portal.dev-sd4h.ca
33
session_file: ~/.pt_cli
4-
project: 1
4+
project: moh-q

pt_cli/pt_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main(args=None, set_logger=True):
9393
config = {
9494
"url_root": "https://c3g-portal.sd4h.ca",
9595
"session_file": "~/.pt_cli",
96-
"project": 1,
96+
"project": "moh-q",
9797
"user": None
9898
}
9999

0 commit comments

Comments
 (0)