Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukhanskyi committed Jul 3, 2024
1 parent ee6e427 commit 1183c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/connectors/aqua/lib/aqua_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_wp_url(token)

return unless response

wp_url = JSON.parse(response.body).dig("data", "ese_url")
wp_url = "https://#{JSON.parse(response.body).dig('data', 'ese_url')}"

if wp_url
print_debug("Workload Protection URL retrieved successfully")
Expand Down

0 comments on commit 1183c99

Please sign in to comment.