Skip to content

Commit

Permalink
fixup! Refactor Dependency with git and path properties
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Apr 8, 2020
1 parent 6439556 commit 3e60d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/git.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Shards
when "github", "bitbucket", "gitlab"
"https://#{resolver}.com/#{url}.git"
else
raise "Unknown resolver #{key}"
raise "Unknown resolver #{resolver}"
end
end

Expand Down

0 comments on commit 3e60d10

Please sign in to comment.