Skip to content

Commit b7fc921

Browse files
committed
Silence curl in the Nsight Jupyter plugin settings generation script.
1 parent 2d1c44d commit b7fc921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
EXTERNAL_IP=$(curl https://ipecho.net/plain)
3+
EXTERNAL_IP=$(curl -sSL https://ipecho.net/plain)
44

55
cat << EOF
66
{

0 commit comments

Comments
 (0)