From 066a06606aeb7f4a3cd70e7b592fef8dc6a9b71e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Feb 2014 14:06:50 -0400 Subject: plumb creds from webapp to initremote Avoids abusing setting environment variables, which was always a hack and won't work on windows. --- Command/EnableRemote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/EnableRemote.hs') diff --git a/Command/EnableRemote.hs b/Command/EnableRemote.hs index a00046d5a..42ab43374 100644 --- a/Command/EnableRemote.hs +++ b/Command/EnableRemote.hs @@ -47,7 +47,7 @@ unknownNameError prefix = do perform :: RemoteType -> UUID -> R.RemoteConfig -> CommandPerform perform t u c = do - (c', u') <- R.setup t (Just u) c + (c', u') <- R.setup t (Just u) Nothing c next $ cleanup u' c' cleanup :: UUID -> R.RemoteConfig -> CommandCleanup -- cgit v1.2.3