Skip to content

Commit

Permalink
Change default course to fork because git-extensions is not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
zedaizd committed Mar 21, 2021
1 parent 690aa68 commit df67039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app-config-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const configName = 'app-config.json'
function createDefaultConfig () {
return new ApplicationConfig(
'zh-Hant',
'git-extensions'
'fork'
)
}

Expand Down

0 comments on commit df67039

Please sign in to comment.