Skip to content

Commit 2bb3823

Browse files
author
gy2006
committed
fix default workspace property
1 parent 27643f3 commit 2bb3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/flow.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app.workspace=${FLOWCI_WORKSPACE:${HOME}/.flow.ci}
1+
app.workspace=${FLOWCI_WORKSPACE:${user.home}/.flow.ci}
22
app.flow-dir=${app.workspace}/flows
33
app.site-dir=${app.workspace}/sites-static-resources
44
app.secret=${FLOWCI_SECRET:qazWSXedcRFV12#$}

0 commit comments

Comments
 (0)