Skip to content

Commit

Permalink
Merge branch 'master' into onramp-rework-env
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Mar 20, 2024
2 parents b8dfffb + 9d3eb4f commit 8e3a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.d/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ environments-enabled/onramp.env:
@echo ""
@python3 scripts/env-subst.py environments-available/onramp.template "ONRAMP"

EXECUTABLES = git nano jq yq pip yamllint
EXECUTABLES = git nano jq yq pip yamllint python3-pathspec
MISSING_PACKAGES := $(foreach exec,$(EXECUTABLES),$(if $(shell which $(exec)),,addpackage-$(exec)))

addrepositories:
Expand Down

0 comments on commit 8e3a76d

Please sign in to comment.