Skip to content

Commit fa1b7c9

Browse files
authored
Merge pull request #10458 from nshcr/fix-gitlab-error-message-typo
fix: correct error message typo from GitHub to GitLab
2 parents f3f4e1d + 50b29ae commit fa1b7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/lib/forge/gitlab/gitlabClient.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function gitlab(extra: unknown): {
5656
forkProjectId: string;
5757
upstreamProjectId: string;
5858
} {
59-
if (!hasGitLab(extra)) throw new Error('No GitHub client!');
59+
if (!hasGitLab(extra)) throw new Error('No GitLab client!');
6060
if (!extra.gitLabClient.api) throw new Error('Failed to find GitLab client');
6161
if (!extra.gitLabClient.forkProjectId) throw new Error('Failed to find fork project ID');
6262
if (!extra.gitLabClient.upstreamProjectId) throw new Error('Failed to find upstream project ID');

0 commit comments

Comments
 (0)