Skip to content

Commit

Permalink
🐛 FIX: bugfix for #14
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 2, 2021
1 parent 46933c2 commit 7708e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks:
name: Web Server
- openMode: split-left
command: |
default_server=$(bash bash/utils.sh parse_ini_value starter.ini development default_server); open_preview default_server
default_server=$(bash bash/utils.sh parse_ini_value starter.ini development default_server); open_preview $default_server
name: Main Terminal

vscode:
Expand Down

0 comments on commit 7708e4d

Please sign in to comment.