Skip to content

Commit

Permalink
modify update script
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 8, 2024
1 parent e9ca527 commit b0f1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function show_help () {
echo "Usage: $0 [-h|--help] (-b|--build | -c|--commit-sha <commit_sha>)"
echo " -h, --help Display help message and exit"
echo " -b, --build Build the docker images of all the examples"
echo " -c, --commit-sha Update all the examples to depend on the numaflow-go version with the specified SHA"
echo " -c, --commit-sha Update all of the examples to depend on the numaflow-go version with the specified SHA"
}

function traverse_examples () {
Expand Down

0 comments on commit b0f1950

Please sign in to comment.