Skip to content

Commit

Permalink
Configure python-chrisapp-template/bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Aug 28, 2024
1 parent e16852c commit 04b9b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# ----------------------------------------

PLUGIN_NAME="$(basename $(dirname $(realpath $0)))" # name of current directory
PLUGIN_TITLE='My ChRIS Plugin'
SCRIPT_NAME='commandname'
DESCRIPTION='A ChRIS plugin to do something awesome'
PLUGIN_TITLE='A bulk processor'
SCRIPT_NAME='bulky'
DESCRIPTION='A ChRIS plugin to do bulk process some input files'
ORGANIZATION='FNNDSC'
EMAIL='dev@babyMRI.org'

Expand Down Expand Up @@ -46,7 +46,7 @@ ENABLE_ACTIONS_BUILD=yes
# STEP 2. Uncomment the line where it says READY=yes
# ----------------------------------------

#READY=yes
READY=yes

# ----------------------------------------
# STEP 3. Run: ./bootstrap.sh
Expand Down

0 comments on commit 04b9b44

Please sign in to comment.