Skip to content

Commit e05c33e

Browse files
denyskacopybara-github
authored andcommitted
GitHub PR#182 Fixed typo in README.md
-- 4b5ef42 by Denyska <[email protected]>: Fixed typo in README.md Closes #182 GitOrigin-RevId: ed04c7a Change-Id: Ia35af7ff262b390c451c0a1077a66564f0577b7c
1 parent 6ceab66 commit e05c33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ following code to your `WORKSPACE` file, replacing `{{ sha256sum }}` and
120120
```bzl
121121
http_archive(
122122
name = "com_github_google_copybara",
123-
sha256 = "{{ sha256sum }}"
123+
sha256 = "{{ sha256sum }}",
124124
strip_prefix = "copybara-{{ commit }}",
125125
url = "https://github.com/google/copybara/archive/{{ commit }}.zip",
126126
)

0 commit comments

Comments
 (0)