Skip to content

Commit

Permalink
Revert "Change figlet URL"
Browse files Browse the repository at this point in the history
This reverts commit 7a3bc5b.
  • Loading branch information
jennydaman committed Oct 25, 2023
1 parent 3e00e10 commit c4efc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ mv $temp_file setup.py

# FIGlet over HTTPS, since it's probably not installed locally
function figlet_wrapper () {
curl -fsSG 'https://figlet-hosting-of-medical-image-analysis-platform-dcb83b.apps.shift.nerc.mghpcc.org/' --data-urlencode "message=$*" \
curl -fsSG 'https://figlet.chrisproject.org/' --data-urlencode "message=$*" \
| grep -v '^[[:space:]]*$'
}

Expand Down

0 comments on commit c4efc56

Please sign in to comment.