Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from kappnav/updatePushToDockerHubScript
Browse files Browse the repository at this point in the history
Update pushKAppNavToDockerHub.sh
  • Loading branch information
rlcundiff authored Feb 7, 2020
2 parents 67bcf06 + 16261c8 commit 4984f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pushKAppNavToDockerHub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#*****************************************************************
#*
#* Copyright 2019 IBM Corporation
#* Copyright 2019, 2020 IBM Corporation
#*
#* Licensed under the Apache License, Version 2.0 (the "License");
#* you may not use this file except in compliance with the License.
Expand All @@ -28,7 +28,7 @@ if [ x$1 == x'--?' ] || [ x$1 == x'-?' ]; then
echo
echo syntax:
echo
echo "./pushToKAppNavStaging.sh [<image>]"
echo "./pushKAppNavToDockerHub.sh [<image>]"
echo
echo "By default all images are pushed. A single image can be pushed by providing the optional"
echo "image parameter, where image is one of: apis, controller, init, operator, ui"
Expand Down

0 comments on commit 4984f8f

Please sign in to comment.