Skip to content

Commit

Permalink
[GSProcessing] Fix arg parsing error in push_gsprocessing_image (#847)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*

* Fix the flag letter for architecture during GSP image push

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
thvasilo authored May 16, 2024
1 parent 2eaa71e commit f2a3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphstorm-processing/docker/push_gsprocessing_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parse_params() {
EXEC_ENV="${2-}"
shift
;;
-a | --architecture)
-c | --architecture)
ARCH="${2-}"
shift
;;
Expand Down

0 comments on commit f2a3523

Please sign in to comment.