Skip to content

Commit

Permalink
Fixup make task, removing unused endpoint prefix task (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Feb 23, 2022
1 parent b7ee4d6 commit 60c5fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -163,7 +163,7 @@ add-module-license-files:

sync-models: sync-endpoints-model sync-api-models

sync-endpoints-model: sync-endpoints.json gen-endpoint-prefix.json
sync-endpoints-model: sync-endpoints.json

sync-endpoints.json:
[[ ! -z "${ENDPOINTS_MODEL}" ]] && cp ${ENDPOINTS_MODEL} ${ENDPOINTS_JSON} || echo "ENDPOINTS_MODEL not set, must not be empty"
Expand Down

0 comments on commit 60c5fb5

Please sign in to comment.