Skip to content

Commit 444aab8

Browse files
authored
Merge pull request #12961 from jhipster/skip_ci_jdl_main
Change jdl command to use main branch.
2 parents 7e4ec9c + d9f767f commit 444aab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/jdl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = (args, options = {}, env, forkProcess) => {
8383
if (options.skipSampleRepository) {
8484
return Promise.reject(new Error(`Could not find ${filename}, make sure the path is correct.`));
8585
}
86-
url = new URL(filename, 'https://raw.githubusercontent.com/jhipster/jdl-samples/master/').toString();
86+
url = new URL(filename, 'https://raw.githubusercontent.com/jhipster/jdl-samples/main/').toString();
8787
filename = path.basename(filename);
8888
}
8989
return downloadFile(url, filename);

0 commit comments

Comments
 (0)