Skip to content

Commit

Permalink
Update workspace_snippet.sh (#74)
Browse files Browse the repository at this point in the history
Update url to reflect the fact this repo is now in bazel-contrib.
  • Loading branch information
jsharpe authored Feb 27, 2023
1 parent 336aac7 commit 863fde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http_archive(
name = "mypy_integration",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/thundergolfer/bazel-mypy-integration/releases/download/${TAG}/${ARCHIVE}",
url = "https://github.com/bazel-contrib/bazel-mypy-integration/releases/download/${TAG}/${ARCHIVE}",
)
load(
Expand Down

0 comments on commit 863fde2

Please sign in to comment.