Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update soos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-Pchen committed Aug 10, 2021
1 parent ebf5958 commit d5624da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/soos.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def exec(soos_context, result_uri):
try:
response = requests.get(
url=result_uri,
headers={'x-pa-apikey': soos_context.api_key, 'Content-Type': 'application/json'}
headers={'x-soos-apikey': soos_context.api_key, 'Content-Type': 'application/json'}
)

break
Expand Down

0 comments on commit d5624da

Please sign in to comment.