Skip to content

Commit

Permalink
add config.sh rule to osc-api.json
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 16, 2024
1 parent 31c9743 commit 982163d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ echo JSON_C_CFLAGS=$JSON_C_CFLAGS >> config.mk
echo JSON_C_RULE=$JSON_C_RULE >> config.mk
echo API_VERSION=$API_VERSION >> config.mk
echo CLI_NAME=$CLI_NAME >> config.mk
echo -e "osc-api.json::\n\t$API_SCRIPT" >> config.mk
echo -e "osc-api.json:: config.sh\n\t$API_SCRIPT" >> config.mk
echo $SDK_VERSION > sdk-version
echo "config done:"
cat config.mk

0 comments on commit 982163d

Please sign in to comment.