Commit 3910d09
authored
fix: validate.sh was incomplete for testing gitpod-io#23
`./validate.sh` currently fails on a fresh gitpod workspace with:
```
rm: cannot remove '/ide/xterm': Is a directory
ln: failed to create symbolic link '/ide/xterm/xterm': File exists
```1 parent 8f10c5f commit 3910d09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments