Skip to content

Commit fc8524e

Browse files
authored
Fixed config.sh source path
1 parent 4704cfb commit fc8524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "../config.sh"
3+
source "../../config.sh"
44

55
curl -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
66
"https://api.nexmo.com/v2/reports/records?account_id=$ACCOUNT_ID&product=SMS&direction=$REPORT_DIRECTION&id=$ID"

0 commit comments

Comments
 (0)