Skip to content

Commit

Permalink
CAN-16: fix syntax for justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin O'Leary committed Nov 20, 2024
1 parent d912f7f commit fca71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ generate-cicd TARGET_DIR FLAG="":
cp ./generate/.openapi-generator-ignore ./generate/.output/.openapi-generator-ignore
# Basic check if file exists
if [ -f "./generate/templates/description.{{APPLICATION_NAME}}.mustache" ]; then \
cp ./generate/templates/description.{{APPLICATION_NAME}}.mustache ./generate/templates/description.mustache;
cp ./generate/templates/description.{{APPLICATION_NAME}}.mustache ./generate/templates/description.mustache; \
else \
echo "[INTERNAL] FINBOURNE Technology {{APPLICATION_NAME}} SDK" > ./generate/templates/description.mustache; \
echo "[INFO] No description template found for {{APPLICATION_NAME}} - if this is an external facing SDK - add ./generate/templates/description.{{APPLICATION_NAME}}.mustache to this project ASAP";\
Expand Down

0 comments on commit fca71ca

Please sign in to comment.