Skip to content

Commit 3d6979a

Browse files
authored
Update Makefile
1 parent 7ec21b5 commit 3d6979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FILTERED_NAMES := $(shell yq -r '.tags[].name' $(OPENAPI_PATH))
99
SOURCE_DIRS := $(addprefix Sources/, $(FILTERED_NAMES))
1010
PACKAGE_PATHS := Package.swift
1111
# Fix: https://github.com/irgaly/setup-mint/pull/25
12-
MINT_BIN := $(HOME)/bin/mint
12+
MINT_BIN := $(HOME)/.mint/bin/mint
1313

1414
# Helper
1515
.SILENT: commit

0 commit comments

Comments
 (0)