diff options
| author | Ben Busby <contact@benbusby.com> | 2021-12-08 16:36:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 16:36:00 -0700 |
| commit | 98e1083162e637c04d2373d99493a575211b4df7 (patch) | |
| tree | 75d9c6fd36d816f7798d08176f4eade7b355c3c4 | |
| parent | 50f449edfeb3ae09daf9dc3f96d0ee9c1eb9af6a (diff) | |
| download | farside-98e1083162e637c04d2373d99493a575211b4df7.tar.gz | |
Fix missing slash in scribe test path
| -rw-r--r-- | services.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services.json b/services.json index a5bf239..a845185 100644 --- a/services.json +++ b/services.json @@ -114,7 +114,7 @@ }, { "type": "scribe", - "test_url": "@ftrain/big-data-small-effort-b62607a43a8c", + "test_url": "/@ftrain/big-data-small-effort-b62607a43a8c", "fallback": "https://scribe.rip", "instances": [ "https://scribe.rip", |
