We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e7750 commit c95de49Copy full SHA for c95de49
subcommands/gridlabd-marimo
@@ -79,7 +79,7 @@ function index()
79
if [ "$(gridlabd.bin --version=branch)" == "master" ]; then
80
curl -sL -H 'Cache-Control: no-cache' $URL/.index 2>>$LOG
81
else
82
- curl -L -H 'Cache-Control: no-cache' https://api.github.com/repos/arras-energy/marimo/contents/source 2>>$LOG | grep '"name": ".*\.py",' | cut -f2 -d: | cut -f1 -d. | tr -cd "A-Za-z0-9_\\n"
+ curl -sL -H 'Cache-Control: no-cache' https://api.github.com/repos/arras-energy/marimo/contents/source 2>>$LOG | grep '"name": ".*\.py",' | cut -f2 -d: | cut -f1 -d. | tr -cd "A-Za-z0-9_\\n"
83
fi
84
}
85
0 commit comments