Skip to content

Commit abb4545

Browse files
committed
fix: device_credentials_install local cert check
Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 5a957db commit abb4545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nrfcloud_utils/device_credentials_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def parse_args(in_args):
148148
help="For internal (Nordic) use only", default="")
149149
parser.add_argument("--local-cert-file", type=str,
150150
help="Filepath to a local certificate (PEM) to use for the device",
151-
default="")
151+
default=None)
152152
parser.add_argument("--cert-type", type=int,
153153
help="Certificate type to use for the device",
154154
default=1)

0 commit comments

Comments
 (0)