Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
  • Loading branch information
chahatsagarmain committed Nov 3, 2024
1 parent 30e0b0f commit f09759d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-hotrod-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FLAGS=()
success="false"
runtime="docker"

while getopts "hlop:v:" opt; do
while getopts "hlop:v:r" opt; do
case "${opt}" in
l)
# in the local-only mode the images will only be pushed to local registry
Expand Down

0 comments on commit f09759d

Please sign in to comment.