Skip to content

Commit

Permalink
reset current tag
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Tyler <phil.tyler@pantheon.io>
  • Loading branch information
jazzsequence and pwtyler committed Sep 18, 2023
1 parent 85bd938 commit ca2313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dependency-check-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ main() {

local CURRENT_TAG
CURRENT_TAG="$(yq ".dependencies.${NAME}.current_tag" "${DEPENDENCIES_YML}")"
echo -e "Current Tag: ${white}${CURRENT_TAG}${white}"
echo -e "Current Tag: ${white}${CURRENT_TAG}${reset}"

local REPO
REPO="$(yq ".dependencies.${NAME}.repo" "${DEPENDENCIES_YML}")"
Expand Down

0 comments on commit ca2313e

Please sign in to comment.