Skip to content

Commit

Permalink
removed unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
cnimbalkar-infoblox committed Dec 10, 2024
1 parent 623f268 commit 3af1046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb yugabytedb cli
DATABASE_TEST ?= $(DATABASE) sqlite sqlite3 sqlcipher
BUILD_NUMBER ?= 0
VERSION ?= $(shell git describe --tags --long --dirty=-unsupported 2>/dev/null | cut -c 2-)-j$(BUILD_NUMBER)

TEST_FLAGS ?=
REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")
COVERAGE_DIR ?= .coverage
Expand Down

0 comments on commit 3af1046

Please sign in to comment.