Skip to content

Commit

Permalink
Fixes #1284: Local refresh db sync target needs to account for Drush …
Browse files Browse the repository at this point in the history
…alias. (#1285)
  • Loading branch information
geerlingguy authored and grasmash committed Apr 2, 2017
1 parent c5c7131 commit fd115ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/tasks/local-sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<drush command="cache-clear">
<param>drush</param>
</drush>
<drush command="cache-rebuild"/>
<drush command="cache-rebuild" alias="${drush.aliases.local}" />
</target>

<target name="local:sync:files" description="Synchronize local files from remote (remote --> local).">
Expand Down

0 comments on commit fd115ff

Please sign in to comment.