Skip to content

Commit 4d1a95e

Browse files
sfauvelAlenar
authored andcommitted
Fix typo
1 parent d53c36d commit 4d1a95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/runbook/upgrade-repository-dependencies/upgrade_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# get command line arguments to pass them to `cargo upgrade` command
44
# By default, we allow upgrading all dependencies to the latest one.
5-
# If you want to upgrade only to the compatbile version, launch script with option `--compatbile`
5+
# If you want to upgrade only to the compatible version, launch script with option `--compatbile`
66
CARGO_UPGRADE_OPTIONS=${*:-"--incompatible"}
77

88
# Need to install `cargo-edit` to execute `cargo upgrade` and `cargo set-version` commands
@@ -88,4 +88,4 @@ rm "$TMP_SCRIPT_DIR/$FLAKE_UPDATE_SCRIPT"
8888

8989
git commit -am "chore: update nix flake dependencies
9090
91-
By running 'nix flake update' command."
91+
By running 'nix flake update' command."

0 commit comments

Comments
 (0)