Skip to content

Commit c95de49

Browse files
committed
Add marimo subcommand (arras-energy#269)
1 parent 46e7750 commit c95de49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subcommands/gridlabd-marimo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function index()
7979
if [ "$(gridlabd.bin --version=branch)" == "master" ]; then
8080
curl -sL -H 'Cache-Control: no-cache' $URL/.index 2>>$LOG
8181
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"
82+
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"
8383
fi
8484
}
8585

0 commit comments

Comments
 (0)