Skip to content

Commit

Permalink
chore: corrected links in repo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 19, 2024
1 parent 79320f5 commit f4173a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions provision-enterprise_catalog.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env bash
set -eu -o pipefail

name="enterprise_catalog"
port="18160"

Expand Down
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script will provision the services specified in the argument list,
# or all services if no arguments are provided.
#
# Non-existant services will be ignored.
# Non-existent services will be ignored.
# Specifying services more than once will cause them to be provisioned more
# than once.
#
Expand Down
1 change: 1 addition & 0 deletions repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos=(
"https://github.com/openedx/frontend-app-publisher.git"
"https://github.com/edx/edx-analytics-dashboard.git"
"https://github.com/edx/edx-analytics-data-api.git"
"https://github.com/openedx/enterprise-catalog"
)

non_release_repos=(
Expand Down

0 comments on commit f4173a3

Please sign in to comment.