From 7c358002b9a5007aa79179e800226f3e186d4245 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Fri, 30 Jan 2015 11:50:35 -0800 Subject: [PATCH] Plaintext credential not async I have no idea what I'm doing, but @johnhaley81 told me this would fix a segfault :wink: --- generate/input/descriptor.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generate/input/descriptor.json b/generate/input/descriptor.json index 1301dbcfb..fa95d409e 100644 --- a/generate/input/descriptor.json +++ b/generate/input/descriptor.json @@ -378,6 +378,9 @@ }, "git_cred_userpass": { "ignore": true + }, + "git_cred_userpass_plaintext_new": { + "isAsync": false } } },