Skip to content

Commit

Permalink
chore: fix script path for sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Jun 25, 2024
1 parent e54e456 commit 8870ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-portal-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# - SWAGGERHUB_PORTAL_SUBDOMAIN: SwaggerHub Portal subdomain

# Source the utility script to use its functions
source ./utilities.sh
source ./scripts/utilities.sh

PORTAL_SUBDOMAIN="${SWAGGERHUB_PORTAL_SUBDOMAIN}"
SWAGGERHUB_API_KEY="${SWAGGERHUB_API_KEY}"
Expand Down

0 comments on commit 8870ba6

Please sign in to comment.