Skip to content

Commit

Permalink
fix(lint): convert sh -> bash
Browse files Browse the repository at this point in the history
Converts from sh to bash for the linting shell so that ctrl-c can be
used to interrupt long linting process from the shell
  • Loading branch information
aauren committed Sep 10, 2023
1 parent 3c16d3c commit 4556aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ifeq "$(BUILD_IN_DOCKER)" "true"
-v $(GO_CACHE):/root/.cache/go-build \
-v $(GO_MOD_CACHE):/go/pkg/mod \
-w /go/src/github.com/cloudnativelabs/kube-router $(DOCKER_LINT_IMAGE) \
sh -c \
bash -c \
'golangci-lint run ./...'
else
golangci-lint run ./...
Expand Down

0 comments on commit 4556aa3

Please sign in to comment.