Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix: Update link after switching from master to main (#1149)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <[email protected]>
  • Loading branch information
azatsarynnyy authored Jun 18, 2021
1 parent 1031e2e commit b751774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/init-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class InitSources {
public static readonly PREFIX_PACKAGES_EXTENSIONS = '@che-';

public static readonly DEFAULT_EXTENSIONS_URI =
'https://raw.githubusercontent.com/eclipse-che/che-theia/master-main/che-theia-init-sources.yml';
'https://raw.githubusercontent.com/eclipse-che/che-theia/main/che-theia-init-sources.yml';
static argBuilder = (theYargs: yargs.Argv) =>
theYargs
.option('config', {
Expand Down

0 comments on commit b751774

Please sign in to comment.