Skip to content

Commit 51a0760

Browse files
authored
Fixed config.sh source path
1 parent 56e3957 commit 51a0760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reports/voice-call/create-async-report.sh

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 -X POST "https://api.nexmo.com/v2/reports" \
66
-H 'Content-Type: application/json; charset=utf-8' \

0 commit comments

Comments
 (0)