Skip to content

Commit c46098b

Browse files
committed
🐛 FIX: hotfix workaround for #19
1 parent 10e2e72 commit c46098b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitpod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ tasks:
3131
name: Web Server
3232
- openMode: split-right
3333
command: |
34-
if bash .gp/bash/open-preview.sh; then exit fi; \
35-
echo -e "Gitpod Internal Error: gp preview\nIf the preview browser is not open you may open it or refresh it by running the alias: op"
34+
if bash .gp/bash/open-preview.sh ; then exit ; else bash bash.gp/bash/hotfix.sh fi
3635
name: Extra Terminal
3736

3837
vscode:

.gp/bash/hotfix.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)