You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/05/17 07:47:51 UTC

ant git commit: wrong default dir mode in scp manual page

Repository: ant
Updated Branches:
  refs/heads/master 2f0edba2a -> 7e3e1fcab


wrong default dir mode in scp manual page


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7e3e1fca
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7e3e1fca
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/7e3e1fca

Branch: refs/heads/master
Commit: 7e3e1fcabf4bc732bbbb53c1f6bb55a2de8e0d5e
Parents: 2f0edba
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun May 17 07:46:32 2015 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun May 17 07:46:32 2015 +0200

----------------------------------------------------------------------
 manual/Tasks/scp.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/7e3e1fca/manual/Tasks/scp.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/scp.html b/manual/Tasks/scp.html
index aad766f..e8d66d0 100644
--- a/manual/Tasks/scp.html
+++ b/manual/Tasks/scp.html
@@ -197,7 +197,7 @@ for more information.  This task has been tested with jsch-0.1.2 and later.</p>
       and other modes in the standard Unix fashion.  Only applies to
       uploaded dirs.  Note the actual permissions of the remote
       dir will be governed by this setting and the UMASK on the
-      remote server. Default is 644. <em>since Ant 1.9.5</em>.</td>
+      remote server. Default is 755. <em>since Ant 1.9.5</em>.</td>
     <td align="center" valign="top">No</td>
   </tr>
 </table>