Skip to content

Commit

Permalink
fixing wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 16, 2025
1 parent 39da39e commit ee130b8
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 @@ -14,7 +14,7 @@
# limitations under the License.
#

REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$1}')
REPO_NAME ?= $(shell echo $(wildcard src/*/__init__.py) | awk -F'/' '{print $$2}')
SHELL := /bin/bash
.DEFAULT_GOAL := editable
# postinst = $(wildcard debian/*.postinst.sh)
Expand Down

0 comments on commit ee130b8

Please sign in to comment.