Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2025
1 parent 5da5342 commit fbcb205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ There is a convenient script that update versions in `versions.txt` to
the latest version automatically. You can use it like the following:

```console
dev/release/update.rb PRODUCT_PATTERN1 PRODUCT_PATTERN2 ...
cpp/thirdparty/update.rb PRODUCT_PATTERN1 PRODUCT_PATTERN2 ...
```

For example, you can update AWS SDK for C++ related products' versions
by the following command line:

```console
dev/release/update.rb "AWS*" "S2N*"
cpp/thirdparty/update.rb "AWS*" "S2N*"
```

0 comments on commit fbcb205

Please sign in to comment.