Skip to content

Commit 38cf14f

Browse files
committed
[copy-bara] Fixing mispellings
1 parent 42a8174 commit 38cf14f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

third_party/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Pushing to [the `aptos-main` branch in the Move repo](https://github.com/move-la
3434
Currently, pushing has to be done manually. Below, substitute `/Users/wrwg/move` by your path to a local git repo of the Move language:
3535

3636
```shell
37-
copybara copy.bara.sky pull_move --output-root=/tmp --git-destination-url=file:///Users/wrwg/move
37+
copybara copy.bara.sky push_move --output-root=/tmp --git-destination-url=file:///Users/wrwg/move
3838
```
3939

4040
This will create a branch `to_move` which can then be submitted to the upstream Move.
@@ -61,7 +61,7 @@ For this reason, pulling is a bit more complex right now and requires some extra
6161
```
6262
2. Run the following command, where `/Users/wrwg/aptos-core` is replaced by our path to the aptos-core repo:
6363
```shell
64-
copybara copy.bara.sky push_move --output-root=/tmp --git-destination-url=file:///Users/wrwg/aptos-core
64+
copybara copy.bara.sky pull_move --output-root=/tmp --git-destination-url=file:///Users/wrwg/aptos-core
6565
```
6666
This will add a series of commits to the branch `from_move`
6767
3. Rebase `from_move` onto the current `main branch`

third_party/copy.bara.sky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ core.workflow(
2424
],
2525
)
2626

27-
# Workflow to push from Aptos to Move. This directly pushes without PR.
27+
# Workflow to push from Aptos to Move. This creates a PR.
2828
core.workflow(
2929
name = "push_move",
3030
origin = git.github_origin(

0 commit comments

Comments
 (0)