Skip to content

Commit

Permalink
fixed up default option for SSL verification
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jun 12, 2024
1 parent 3734bed commit cfe9629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
@click.option(
"--verify-ssl/--dont-verify-ssl",
type=bool,
default=False,
default=True,
envvar="XNAT_INGEST_UPLOAD_VERIFY_SSL",
help="Whether to verify the SSL certificate of the XNAT server",
)
Expand Down

0 comments on commit cfe9629

Please sign in to comment.