Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kzadorozhny authored Jan 27, 2021
1 parent 9f1dd49 commit ba88e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ EOF
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

rules_gitops_version = "8d9416a36904c537da550c95dc7211406b431db9"
rules_gitops_version = "9f1dd49ffd069248e4a69e7d00238a65a98088ee"

http_archive(
name = "com_adobe_rules_gitops",
sha256 = "25601ed932bab631e7004731cf81a40bd00c9a34b87c7de35f6bc905c37ef30d",
sha256 = "a7594cbf7b648a6b64c2ec9465453e3a432a4f85618b9400a0d9f82c53bde90a",
strip_prefix = "rules_gitops-%s" % rules_gitops_version,
urls = ["https://github.com/adobe/rules_gitops/archive/%s.zip" % rules_gitops_version],
)
Expand Down

0 comments on commit ba88e12

Please sign in to comment.