Skip to content

Commit

Permalink
πŸ› FIX: #82, change name to workspace-init-logger.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 30, 2021
1 parent 450cf2c commit 0bc6721
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bash/before-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# in everytime the workspace starts. We do this in the 'before' task in .gitpod.yml

# Load logger
. workspace-init-log.sh
. workspace-init-logger.sh

# Rake tasks (will be written to ~/.rake).
# Some rake tasks are dynamic and depend on the configuration in starter.ini
Expand Down
2 changes: 1 addition & 1 deletion bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Tasks to be run when a gitpod workspace is created for the first time.

# Load logger
. workspace-init-log.sh
. workspace-init-logger.sh

# Load spinner
. bash/third-party/spinner.sh
Expand Down
2 changes: 1 addition & 1 deletion bash/init-optional-scaffolding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Installs various packages and scaffolding according to the directive set in starter.ini

# Load logger
. workspace-init-log.sh
. workspace-init-logger.sh

# regexp pattern for checking an array of exit codes
all_zeros_reg='^0$|^0*0$'
Expand Down
2 changes: 1 addition & 1 deletion bash/init-phpmyadmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Configures an existing phpmyadmin installation.

# Load logger
. workspace-init-log.sh
. workspace-init-logger.sh

# regexp pattern for checking an array of exit codes
all_zeros_reg='^0$|^0*0$'
Expand Down
2 changes: 1 addition & 1 deletion bash/init-react-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Initial setup for the gitpod-laravel8-starter react example.

# Load logger
. workspace-init-log.sh
. workspace-init-logger.sh

declare -a exit_codes=()
all_zeros='^0$|^0*0$'
Expand Down
File renamed without changes.

0 comments on commit 0bc6721

Please sign in to comment.