Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: promote script [skip ci] (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Mar 25, 2021
1 parent 2dd136b commit f91b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/promote
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
for channelfile in `git diff --name-only HEAD~1 HEAD | grep "^channels/*"`
do
read -r _dir channel <<< $(echo $channelfile | tr "/" " ")
read -r version sha <<< $(head -n 1 $channelfile | tr "-" "\n")
read -r version sha <<< $(head -n 1 $channelfile | tr "-" " ")

if [ -z "$sha" ]
then
Expand Down

0 comments on commit f91b4c2

Please sign in to comment.