[jbosstools-commits] JBoss Tools SVN: r42065 - trunk/build/util.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 18 14:55:35 EDT 2012


Author: nickboldt
Date: 2012-06-18 14:55:35 -0400 (Mon, 18 Jun 2012)
New Revision: 42065

Modified:
   trunk/build/util/purgeRemoteFiles.sh
Log:
typo

Modified: trunk/build/util/purgeRemoteFiles.sh
===================================================================
--- trunk/build/util/purgeRemoteFiles.sh	2012-06-18 18:51:38 UTC (rev 42064)
+++ trunk/build/util/purgeRemoteFiles.sh	2012-06-18 18:55:35 UTC (rev 42065)
@@ -18,6 +18,6 @@
 	echo "$l ..."; 
 	# make it editable
 	echo "chmod 777 $l" | sftp ${DESTINATION}
-	# remove the now-empty dir
+	# remove the now-empty file
 	echo "rm $l" | sftp ${DESTINATION}
 done



More information about the jbosstools-commits mailing list