Skip to content

Commit e24dadb

Browse files
committed
Fix data name
1 parent 8443ac0 commit e24dadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def post(self):
432432
POST get (if no options are passed) or set configuration options
433433
"""
434434
data = self.get_json_body()
435-
top_repo_path = data["top_repo_path"]
435+
top_repo_path = data["path"]
436436
options = data.get("options", {})
437437
response = self.git.config(top_repo_path, **options)
438438

0 commit comments

Comments
 (0)