Skip to content

Commit

Permalink
fix: correct the templateDir path in generate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Nov 5, 2024
1 parent 7fb84df commit 60bc87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ service="palette-api"
serviceDir="${currentDir}"
apiDir="${serviceDir}"
commonDir="${apiDir}/common"
templateDir="${apiDir}swagger/templates"
templateDir="${apiDir}/swagger/templates"

# Fetch the latest hapi spec
rm -rf hapi && git clone https://github.com/spectrocloud/hapi
Expand Down

0 comments on commit 60bc87f

Please sign in to comment.