Skip to content

Commit 05ddc74

Browse files
committed
Update download_deps_before.workshop.sh
1 parent 002c4db commit 05ddc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_deps_before.workshop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ done
99
for directory in `find . -name fig.yml -exec dirname {} \;` ;do
1010
cd ${directory}
1111
fig build
12-
fig up
12+
fig up -d
1313
fig stop
1414
done

0 commit comments

Comments
 (0)