summaryrefslogtreecommitdiff
path: root/jenkinstool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-25 11:09:30 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-25 11:09:30 +0100
commit29044869f7b26ee7e610fdfd5420e1577894af7f (patch)
tree99ff7d84350e3e635ff2dbb02710b19ff55e9a16 /jenkinstool
parent0754f612a8a0f06d158ad05f08850b8614fc16a4 (diff)
downloadjenkinstool-29044869f7b26ee7e610fdfd5420e1577894af7f.tar.gz
Fix method name
Diffstat (limited to 'jenkinstool')
-rwxr-xr-xjenkinstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinstool b/jenkinstool
index 9dad605..aab2f00 100755
--- a/jenkinstool
+++ b/jenkinstool
@@ -509,7 +509,7 @@ rm -rf "$temp"
def add_clear_workspace(self, jc):
jc.add_shell_command('find . -delete')
- def add_get_vcs_sources(self, jc):
+ def add_get_source_from_vcs(self, jc):
jc.add_shell_command(prelude + 'cp "$vcsworkspace/." .')
class JenkinsTool(cliapp.Application):