Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fixing OS variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 21, 2021
1 parent 6f49050 commit a4afdcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RELEASE_REVISION=$(shell git rev-parse HEAD)
MONETR_CLI_PACKAGE = github.com/monetr/rest-api/pkg/cmd
COVERAGE_TXT = $(PWD)/coverage.txt

ARCH=amd64
OS=$(shell uname -s | tr A-Z a-z)

ifndef ENVIRONMENT
ENVIRONMENT = Staging
endif
Expand Down
2 changes: 0 additions & 2 deletions Makefile.local
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
LOCAL_DIR=$(PWD)/local
LOCAL_CERTS = $(LOCAL_DIR)/certs
PATH:=$(LOCAL_BIN):$(PATH) # Use our local stuff first
ARCH = amd64
OS = $(shell uname -s | tr A-Z a-z)

# Tools used to run the application locally
JQ=$(LOCAL_BIN)/jq
Expand Down

0 comments on commit a4afdcc

Please sign in to comment.