Skip to content

Commit

Permalink
fix groupCA path
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis committed Jul 27, 2020
1 parent 5bdfd68 commit d18f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GreengrassAwareConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def shadowDelete_callback(payload, responseStatus, token):

class GreengrassAwareConnection:
MAX_DISCOVERY_RETRIES = 10
GROUP_CA_PATH = "./groupCA"
GROUP_CA_PATH = "./groupCA/"

def __init__(self, host, rootCA, cert, key, thingName):
self.logger = logging.getLogger("GreengrassAwareConnection")
Expand Down

0 comments on commit d18f6fc

Please sign in to comment.