Skip to content

Commit

Permalink
change ibm.com_IBM_Cloud_Pak_for_Automation swidtag to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouly committed Sep 12, 2019
1 parent 944629d commit 33b00d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/script/configureSwidTag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function removeSwidTag () {
if [ -n "$KubeVersion" ]; then
if [[ $KubeVersion =~ "icp" ]]; then
echo "ODM configuration : remove all DBAMC Swidtag"
swidtagToRemove=ibm.com_IBM_Cloud_Pak_for_Automation-*.swidtag
swidtagToRemove=ibm.com_IBM_Cloud_Pak_for_Automation*.swidtag
else
echo "DBAMC configuration : remove all ODM Swidtag"
swidtagToRemove=ibm.com_IBM_ODM_*.swidtag
Expand Down

0 comments on commit 33b00d1

Please sign in to comment.