Skip to content

Commit 1da9b2b

Browse files
committed
fix: wrong gitpuller path for external notebooks
1 parent 350f835 commit 1da9b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_notebook_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def collect_notebooks():
247247
"repo": git_info["repo"],
248248
"source": "submodule",
249249
"path": rel_path,
250-
"gitpuller": f"https://{JHUB_INSTANCE}/hub/user-redirect/git-pull?repo={git_url}&urlpath=lab/tree/{DEF_REPO}/{repo_path}&branch=main",
250+
"gitpuller": f"https://{JHUB_INSTANCE}/hub/user-redirect/git-pull?repo={git_url}&urlpath=lab/tree/{repo_path}&branch=main",
251251
})
252252

253253
return catalog

0 commit comments

Comments
 (0)