Skip to content

Commit a13e574

Browse files
authored
Update filebrowser.js
1 parent a67b4ad commit a13e574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function renderSidebarHTML() {
9393

9494
// get repo obj from git
9595
// and save to local storage
96-
fetchRepoAndSaveToLS(treeLoc);
96+
fetchRepoAndSaveToLS(treeLoc, (user + '/' + repoName));
9797

9898
}
9999

0 commit comments

Comments
 (0)