Skip to content

Commit

Permalink
Removed ./configs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shurco committed Dec 1, 2022
1 parent 8df8a31 commit f6246f7
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 @@ -3,7 +3,7 @@ ROOT_PATH:=$(abspath $(patsubst %/,%,$(dir $(abspath $(lastword ../$(MAKEFILE_LI
GO_PATH:=$(shell go env GOPATH)
CPU_ARCH:=$(shell go env GOARCH)
OS_NAME:=$(shell go env GOHOSTOS)
include $(ROOT_PATH)/configs/.env
include $(ROOT_PATH)/.env

.DEFAULT_GOAL:=help

Expand Down

0 comments on commit f6246f7

Please sign in to comment.