Skip to content

Commit 00d4585

Browse files
authored
Update filebrowser.js
1 parent afe529a commit 00d4585

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
@@ -1367,7 +1367,7 @@ function createNewRepoInHTML() {
13671367
startLoading();
13681368

13691369
// push repo asynchronously
1370-
const newSha = await git.createRepo(repoName, true);
1370+
const newSha = await git.createRepo(repoName, false);
13711371

13721372
// stop loading
13731373
stopLoading();

0 commit comments

Comments
 (0)