Skip to content

Commit

Permalink
fix: invalid branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Oct 16, 2024
1 parent 48cc162 commit 0731880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function build(options: RunOptions) {
return runInRepo({
...options,
repo: 'sveltejs/kit',
branch: 'es-im',
branch: 'eh-im',
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
Expand Down
2 changes: 1 addition & 1 deletion tests/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'sveltejs/kit',
branch: 'es-im',
branch: 'eh-im',
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
Expand Down

0 comments on commit 0731880

Please sign in to comment.