Skip to content

Commit

Permalink
Correcting the recieved file name and renaming it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxrmdavidson committed May 21, 2024
1 parent 84e418e commit 4ee00ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-ci/scripts/install_kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_kustomize() {
output=$(ls | grep kustomize)
echo "${output}"

mv "kustomize_${version}_${os}_${arch}" kustomize
mv "${output}" kustomize

echo "Installing Kustomize..."
chmod +x kustomize
Expand Down

0 comments on commit 4ee00ab

Please sign in to comment.