Skip to content

Commit

Permalink
Renaming deprecate-files target to cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Sep 14, 2016
1 parent 3227b94 commit 668bdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phing/tasks/blt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<echo>If your composer.json was modified, you need to run "composer update".</echo>
<echo>Commit changes, or use "git add -p [filename]" to select which changes should be committed to each file.</echo>
<echo></echo>
<echo>To remove deprecated BLT files, run "blt remove-deprecated".</echo>
<echo>To remove deprecated BLT files, run "blt cleanup".</echo>
</target>

<target name="blt:update-composer" description="Updates project composer.json with a subset of new key value pairs from upstream. This WILL overwrite existing values.">
Expand All @@ -56,7 +56,7 @@
<echo>project.yml has been modified.</echo>
</target>

<target name="remove-deprecated" description="Removes deprecated BLT files and directories.">
<target name="cleanup" description="Removes deprecated BLT files and directories.">
<exec dir="${repo.root}" command="${blt.root}/scripts/blt/remove-deprecated.sh" logoutput="true" checkreturn="true" level="info" passthru="true" />
</target>

Expand Down

0 comments on commit 668bdb3

Please sign in to comment.