Skip to content

Commit

Permalink
fix(eic-shell): switch to ghcr.io registry
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Apr 26, 2024
1 parent 1906009 commit 928acba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions esi-shell
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ REQUIRED_SINGULARITY_VERSION=3.7.4
REQUIRED_DOCKER_VERSION=23.0.0

# set default values
IMAGE_NAME="bnlnpps/esi-opticks"
IMAGE_NAME="ghcr.io/bnlnpps/esi-opticks"
DEFAULT_VERSION="latest"
VERSION=$DEFAULT_VERSION

Expand Down Expand Up @@ -195,8 +195,7 @@ find_tool() {
}

# Call with a prompt string or use a default
confirm()
{
confirm() {
read -r -p "${1:-Are you sure? [y/n]} " response
if [[ "${response:=$2}" =~ ^([yY][eE][sS]|[yY])+$ ]]
then
Expand Down

0 comments on commit 928acba

Please sign in to comment.