Skip to content

Commit

Permalink
pipe: set default shell as bash in Makefile (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir authored Jul 25, 2020
1 parent f6d41aa commit cea0f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL := /bin/bash
GO := GO15VENDOREXPERIMENT=1 GO111MODULE=on GOPROXY=https://proxy.golang.org go
SOPS_SEC_OPERATOR_VERSION := 0.1.0

Expand Down

0 comments on commit cea0f32

Please sign in to comment.