aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/install/dependency.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/dependency.zig b/src/install/dependency.zig
index ebc61572e..4b027aaff 100644
--- a/src/install/dependency.zig
+++ b/src/install/dependency.zig
@@ -359,7 +359,7 @@ pub const Version = struct {
return .tarball;
}
- if (isGithubRepoPath(dependency)) {
+ if (isGitHubRepoPath(dependency)) {
return .github;
}