Skip to content

Commit

Permalink
Remove \t character
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 441587417
Change-Id: Iab265a4649dedaddd675086958bf7b46e48cc1ee
  • Loading branch information
hsudhof authored and copybara-github committed Apr 14, 2022
1 parent 28c0e07 commit f3872ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In order to do that, you need to do the following:
* `git clone https://github.com/google/copybara.git`
* Build:
* `bazel build //java/com/google/copybara`
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar.
* `bazel build //java/com/google/copybara:copybara_deploy.jar` to create an executable uberjar.
* Tests: `bazel test //...` if you want to ensure you are not using a broken version.

### System packages
Expand Down

0 comments on commit f3872ab

Please sign in to comment.