Skip to content

Commit 0c2878c

Browse files
yardenshohamdelvh
andauthored
Update .gitpod.yml
Co-authored-by: delvh <[email protected]>
1 parent 13bc9ab commit 0c2878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tasks:
1010
- name: Run backend
1111
command: |
1212
gp sync-await setup
13-
if [[ ! -f custom/conf/app.ini ]]
13+
if [ ! -f custom/conf/app.ini ]
1414
then
1515
mkdir -p custom/conf/
1616
echo -e "[server]\nROOT_URL=$(gp url 3000)/" > custom/conf/app.ini

0 commit comments

Comments
 (0)