Skip to content

Commit c838d24

Browse files
authored
Set shell to bash in makefile (#97)
1 parent a6f2d61 commit c838d24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SHELL := /bin/bash
2+
13
.PHONY: version/get
24
version/get: ## Get version.
35
@jq -r '.metadata.library_version' griptape_nodes_library.json

0 commit comments

Comments
 (0)