Skip to content

Commit

Permalink
Update gridlabd-marimo
Browse files Browse the repository at this point in the history
Signed-off-by: David P. Chassin <david.chassin@me.com>
  • Loading branch information
dchassin authored Jan 12, 2025
1 parent 1eafd80 commit c5be6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommands/gridlabd-marimo
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function index()
if [ "$(gridlabd.bin --version=branch)" == "master" ]; then
curl -sL -H 'Cache-Control: no-cache' $URL/.index 2>>$LOG
else
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"
fi
}

Expand Down

0 comments on commit c5be6ff

Please sign in to comment.