Skip to content

Commit 2909501

Browse files
committed
Fix upgrade script path in upgrade dependencies runbook
1 parent da33388 commit 2909501

File tree

1 file changed

+3
-3
lines changed
  • docs/runbook/upgrade-repository-dependencies

1 file changed

+3
-3
lines changed

docs/runbook/upgrade-repository-dependencies/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ This runbook provides step-by-step instructions to upgrade the dependencies in t
66

77
## Update dependencies tool
88

9-
The `update_dependencies.sh` script allows you to to update dependencies performing all the steps described in the next chapter.
9+
The `update_dependencies.sh` script allows you to update dependencies performing all the steps described in the next chapter.
1010

1111
It requires having `cargo-edit` installed, which can be done with the following command:
1212

1313
```
1414
cargo install cargo-edit
1515
```
1616

17-
To start the update, execute the command:
17+
To start the update, execute the command below from the root of the repository:
1818

1919
```
20-
. ../docs/runbook/upgrade-repository-dependencies/upgrade-dependencies.sh
20+
. ./docs/runbook/upgrade-repository-dependencies/upgrade_dependencies.sh
2121
```
2222

2323
By default, Rust dependencies are updated to the latest version. If you want to only update to the latest compatible versions, add the `--incompatible` option to the command.

0 commit comments

Comments
 (0)