Skip to content

Commit 51b3a34

Browse files
authored
fix: temp dir check failed (#163)
1 parent cb87d57 commit 51b3a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openviking_cli/utils/uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class VikingURI:
3232
"""
3333

3434
SCHEME = "viking"
35-
VALID_SCOPES = {"resources", "user", "agent", "session", "queue"}
35+
VALID_SCOPES = {"resources", "user", "agent", "session", "queue", "temp"}
3636

3737
def __init__(self, uri: str):
3838
"""

0 commit comments

Comments
 (0)