Skip to content

Commit

Permalink
The find command requires a directory as the first argument (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid authored Dec 11, 2023
1 parent b524770 commit ac85eb0
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 @@ -55,7 +55,7 @@ LINKER_TNF_RELEASE_FLAGS+= -X github.com/test-network-function/cnf-certification
LINKER_TNF_RELEASE_FLAGS+= -X github.com/test-network-function/cnf-certification-test/cnf-certification-test.GitPreviousRelease=${GIT_PREVIOUS_RELEASE}
LINKER_TNF_RELEASE_FLAGS+= -X github.com/test-network-function/cnf-certification-test/cnf-certification-test.ClaimFormatVersion=${CLAIM_FORMAT_VERSION}
PARSER_RELEASE=$(shell jq .parserTag version.json)
BASH_SCRIPTS=$(shell find -name "*.sh" -not -path "./.git/*")
BASH_SCRIPTS=$(shell find . -name "*.sh" -not -path "./.git/*")

all: build

Expand Down

0 comments on commit ac85eb0

Please sign in to comment.