File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/core/tedge/src/cli/connect
tests/RobotFramework/devdata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ pub(crate) fn get_connected_c8y_url(
103103}
104104
105105pub ( crate ) fn decode_jwt_token ( token : & str ) -> Result < String , ConnectError > {
106- // JWT token format: <header>.<payload>.<signature>. Thus, we want only <paylaod >.
106+ // JWT token format: <header>.<payload>.<signature>. Thus, we want only <payload >.
107107 let payload = token
108108 . split_terminator ( '.' )
109109 . nth ( 1 )
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ SSH_CONFIG_HOSTNAME=
4848SSH_CONFIG_USERNAME=
4949SSH_CONFIG_PASSWORD=
5050
51- # Docker - statis /etc/hosts entries
51+ # Docker - static /etc/hosts entries
5252# Custom /etc/hosts entries to reduce test failures due to dns lookup issues inside container
5353DEVICELIBRARY_HOST_C8YURL="example.mydomain.com=1.2.3.4"
You can’t perform that action at this time.
0 commit comments