Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Oct 6, 2022
1 parent 7031783 commit 5b7a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

# Compute the current Git commit hash
HASH=$(shell git rev-parse HEAD)
HASH?=$(shell git rev-parse HEAD)

.PHONY: all
all: build
Expand Down

0 comments on commit 5b7a265

Please sign in to comment.