add echo to identify output folder
diff --git a/org.eclipse.emf.ecoretools.build/publish-nightly.sh b/org.eclipse.emf.ecoretools.build/publish-nightly.sh
index 84d4fc4..30e0089 100644
--- a/org.eclipse.emf.ecoretools.build/publish-nightly.sh
+++ b/org.eclipse.emf.ecoretools.build/publish-nightly.sh
@@ -131,3 +131,8 @@
 if [ "master" = "$GIT_BRANCH" ]; then
     create_redirect "$TARGET_ROOT/latest/$PLATFORM" "$BUILD_TYPE/$FULL_VERSION/$PLATFORM"
 fi
+
+echo "############################################################################"
+echo "Promoted into folder:  " $TARGET_DIR
+echo "http://" `echo $TARGET_DIR | cut -c17-`
+