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
jennydaman committed Jul 21, 2023
1 parent e44a7a9 commit 72eba55
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='Surface Data Registration'
SCRIPT_NAME='bsr2'
DESCRIPTION='ChRIS plugin wrapper for bestsurfreg.pl and surface-resample'
ORGANIZATION='FNNDSC'
EMAIL='[email protected]'

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 72eba55

Please sign in to comment.