Skip to content

Commit e3fceac

Browse files
committed
hack/build: Update release-pin location to defaultReleaseImageOriginal
Catching up with a31e12f (release: Allow release image to be directly substituted into binary, 2019-03-15, #1422).
1 parent ece93f5 commit e3fceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ release)
4545
TAGS="${TAGS} release"
4646
if test -n "${RELEASE_IMAGE}"
4747
then
48-
LDFLAGS="${LDFLAGS} -X github.com/openshift/installer/pkg/asset/ignition/bootstrap.defaultReleaseImage=${RELEASE_IMAGE}"
48+
LDFLAGS="${LDFLAGS} -X github.com/openshift/installer/pkg/asset/ignition/bootstrap.defaultReleaseImageOriginal=${RELEASE_IMAGE}"
4949
fi
5050
if test -n "${RHCOS_BUILD_NAME}"
5151
then

0 commit comments

Comments
 (0)