From 92fe08aef1872f23d4ec9491b5e77577b35cd933 Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 17 May 2019 02:59:58 +0000 Subject: [PATCH] 404 is ok --- hooks/src/commands/reap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/src/commands/reap.ts b/hooks/src/commands/reap.ts index 473aaba..ca67855 100644 --- a/hooks/src/commands/reap.ts +++ b/hooks/src/commands/reap.ts @@ -68,6 +68,7 @@ async function main(argv): Promise { method: "DELETE", uri: deleteURI, headers, + simple: false, } await rp(options);