Skip to content

Commit

Permalink
remove ref to latest_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab-T committed Apr 13, 2020
1 parent d829e4a commit 9573c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main() {
# local latest_tag
# latest_tag=$(lookup_latest_tag)

echo "Discovering changed charts since '$latest_tag'..."
echo "Discovering changed charts ..."
local changed_charts=()
readarray -t changed_charts <<< "$(lookup_changed_charts)"

Expand Down

0 comments on commit 9573c2c

Please sign in to comment.