Repository: libcloud Updated Branches: refs/heads/trunk 017063014 -> 8dc66ccb1
Add link break to secrets.py-dist so the lint task passes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8dc66ccb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8dc66ccb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8dc66ccb Branch: refs/heads/trunk Commit: 8dc66ccb1fd79c011cc2cf7a6800a907f92e5498 Parents: 0170630 Author: Tomaz Muraus <[email protected]> Authored: Thu Nov 24 12:10:14 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Nov 24 12:10:14 2016 +0100 ---------------------------------------------------------------------- libcloud/test/secrets.py-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8dc66ccb/libcloud/test/secrets.py-dist ---------------------------------------------------------------------- diff --git a/libcloud/test/secrets.py-dist b/libcloud/test/secrets.py-dist index 8c73f54..cdb284a 100644 --- a/libcloud/test/secrets.py-dist +++ b/libcloud/test/secrets.py-dist @@ -94,4 +94,4 @@ DNS_PARAMS_DNSPOD = ('key', ) CONTAINER_PARAMS_DOCKER = ('user', 'password') CONTAINER_PARAMS_ECS = ('user', 'password', 'region') CONTAINER_PARAMS_KUBERNETES = ('user', 'password') -CONTAINER_PARAMS_RANCHER = ('user', 'password') \ No newline at end of file +CONTAINER_PARAMS_RANCHER = ('user', 'password')
