Skip to content

Commit

Permalink
bug fix for cache.clear target
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed Oct 22, 2011
1 parent f4223e5 commit b6ed60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<fail unless="server.dir"/>
<sshexec host="${server.host}" username="${server.user}" port="${server.port}"
keyfile="${user.home}/.ssh/id_rsa" trust="true"
command="drush --root='${server.dir}' cache-clear all"/>
command="cd '${server.dir}' &amp;&amp; drush cache-clear all"/>
</target>

<target name="deploy"
Expand Down

0 comments on commit b6ed60e

Please sign in to comment.