Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Mar 29, 2024
1 parent 22e6a59 commit d4f3dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
cd pulp-openapi-generator;

export USE_LOCAL_API_JSON=true;
export PULP_URL='https://${PULP_IP}/api/galaxy/pulp/api/v3/';
export PULP_URL="https://${PULP_IP}/api/galaxy/pulp/api/v3/";

curl -L -k -u admin:password -o status.json "https://${PULP_IP}/api/galaxy/pulp/api/v3/status/";
curl -L -k -u admin:password -o api.json "https://${PULP_IP}/api/galaxy/pulp/api/v3/docs/api.json?bindings&plugin=${PLUGIN}";
Expand Down

0 comments on commit d4f3dbf

Please sign in to comment.