From f9f118d08826fa27e2dcbd32a45c5005d39b0302 Mon Sep 17 00:00:00 2001 From: Diogo Monica Date: Mon, 9 Nov 2015 17:29:53 -0800 Subject: [PATCH] Changing env to be TARGETS Signed-off-by: David Lawrence Signed-off-by: Diogo Monica (github: endophage) --- cmd/notary/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/notary/main.go b/cmd/notary/main.go index da2176188c..78791f80b0 100644 --- a/cmd/notary/main.go +++ b/cmd/notary/main.go @@ -145,7 +145,7 @@ func getPassphraseRetriever() passphrase.Retriever { baseRetriever := passphrase.PromptRetriever() env := map[string]string{ "root": os.Getenv("NOTARY_ROOT_PASSPHRASE"), - "targets": os.Getenv("NOTARY_TARGET_PASSPHRASE"), + "targets": os.Getenv("NOTARY_TARGETS_PASSPHRASE"), "snapshot": os.Getenv("NOTARY_SNAPSHOT_PASSPHRASE"), }