Skip to content

Commit

Permalink
frontend: fix typo in release script
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
(cherry picked from commit 63e915e)
  • Loading branch information
crazy-max authored and tonistiigi committed Feb 13, 2023
1 parent e164cae commit 24c991b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dockerfile/cmd/dockerfile-frontend/hack/release
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parseTag() {
fi
local suffix=$(echo $1 | awk -F- '{print $NF}')
local tagf=./frontend/dockerfile/release/$suffix/tags
if [ "$sufffix" == "$1" ] || [ ! -f $tagf ]; then
if [ "$suffix" == "$1" ] || [ ! -f $tagf ]; then
suffix="mainline"
fi

Expand Down

0 comments on commit 24c991b

Please sign in to comment.