Skip to content

Commit

Permalink
Merge branch 'issue132' into release-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 16, 2010
2 parents ccb72eb + d2da105 commit 14122fb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -114,6 +114,7 @@ public static Task build(final INodeEntry nodeentry, final String[] args, final
throw new BuilderException(
"SSH Keyfile, " + sshKeypath + ", does not exist and is needed: " + sshKeypath);
}
project.log("Using ssh keyfile: " + sshKeypath, Project.MSG_DEBUG);
sshexecTask.setKeyfile(sshKeypath);

} else if (nodeAuth.isPasswordBasedAuthentication(nodeentry)) {
Expand Down

0 comments on commit 14122fb

Please sign in to comment.