From 2ce3fe7cef8910aadc2a2b39a3dab4242a751380 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 16:22:15 +0100 Subject: Intermediate commit on my way to get this finalized. Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test. --- doc/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/tutorial.rst') diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 6ca0fd87..33a0a884 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -384,7 +384,7 @@ Change configuration for a specific remote only:: o.config_writer.set("pushurl", "other_url") -You can also specify an SSH key to use for any operations on the remotes: +You can also specify an SSH key to use for any operations on the remotes:: private_key_file = project_dir+'id_rsa_deployment_key' with repo.git.sshkey(private_key_file): -- cgit v1.2.1