We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3834b2b commit 63e915eCopy full SHA for 63e915e
frontend/dockerfile/cmd/dockerfile-frontend/hack/release
@@ -23,7 +23,7 @@ parseTag() {
23
fi
24
local suffix=$(echo $1 | awk -F- '{print $NF}')
25
local tagf=./frontend/dockerfile/release/$suffix/tags
26
- if [ "$sufffix" == "$1" ] || [ ! -f $tagf ]; then
+ if [ "$suffix" == "$1" ] || [ ! -f $tagf ]; then
27
suffix="mainline"
28
29
0 commit comments