mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-15 03:02:00 -07:00
Update sync.js
This commit is contained in:
parent
f75e2d031b
commit
d4aed0fba8
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ async function getRemoteUrl(wikiFolderPath) {
|
|||
}
|
||||
|
||||
async function clone(githubRepoUrl, repoFolderPath, userInfo) {
|
||||
const defaultBranchName = await getDefaultBranchName(wikiFolderPath);
|
||||
const defaultBranchName = await getDefaultBranchName(repoFolderPath);
|
||||
const logProgress = message => logger.notice(message, { handler: 'createWikiProgress', function: 'clone' });
|
||||
const logInfo = message => logger.info(message, { function: 'clone' });
|
||||
logProgress(i18n.t('Log.PrepareCloneOnlineWiki'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue