Fix script name in the comments (#135507)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/135507
Approved by: https://github.com/atalman
This commit is contained in:
Sergii Dymchenko
2024-09-13 19:59:47 +00:00
committed by PyTorch MergeBot
parent 835e7bb077
commit b856f3539b

View File

@ -12,7 +12,7 @@
# git submodule update --init --recursive
#
# Usage (run from root of project):
# DRY_RUN=disabled ./scripts/release/tag_docker_images.sh
# DRY_RUN=disabled ./scripts/release/tag-docker-images.sh
#
set -eou pipefail