Skip to content

Commit df901c7

Browse files
authored
Update import.sh
1 parent ecd5bfc commit df901c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/import.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$#" -ne 1 ]; then
77
fi
88

99
ID="$1"
10-
URL="https://beta-curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
10+
URL="https://curriculum-cms-api.thirdspacelearning.com/api/public/learning_objectives/${ID}/slides"
1111

1212
# Fetch data
1313
DATA=$(curl -s "$URL")
@@ -46,4 +46,4 @@ echo "$DATA" | jq -r '.[] | @base64' | while read -r OBJ; do
4646
echo "$MARKDOWN" >> "./education/learning-objectives/${ID}/${SLIDE_ID}.md"
4747
done
4848

49-
echo "Process completed."
49+
echo "Process completed."

0 commit comments

Comments
 (0)