Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiJokinen committed Jan 23, 2024
1 parent a3b1adb commit 5e98404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_swiftnav",
sha256 = "807ad0cd61f8c0d7b98499a25c6bab7fee9bf17bc977e5e142cd6fccc463eb9d",
strip_prefix = "rules_swiftnav-rules_swiftnav-58f1d96472b43afe7995f9a17873365e15989f78",
strip_prefix = "rules_swiftnav-58f1d96472b43afe7995f9a17873365e15989f78",
url = "https://github.com/swift-nav/rules_swiftnav/archive/58f1d96472b43afe7995f9a17873365e15989f78.tar.gz",
)

Expand Down

0 comments on commit 5e98404

Please sign in to comment.