We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f46a5 commit 7dd7397Copy full SHA for 7dd7397
phing/tasks/deploy.xml
@@ -262,7 +262,8 @@
262
<isset property="git.user.email"/>
263
</and>
264
<then>
265
- <exec dir="${deploy.dir}" command="git config --local --add user.email ${git.user.email} user.name ${git.user.name}" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
+ <exec dir="${deploy.dir}" command="git config --local --add user.email '${git.user.email}'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
266
+ <exec dir="${deploy.dir}" command="git config --local --add user.name '${git.user.name}'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
267
</then>
268
</if>
269
0 commit comments