fix function call for ssh

This commit is contained in:
Philipp Kunz 2016-06-25 19:18:42 +02:00
parent 85d50c868b
commit a699d29885
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,9 @@ export let prepare = function(serviceArg:string){
case "docker":
return docker();
case "docker-gitlab":
return dockerGitlab()
return dockerGitlab();
case "ssh":
return ssh();
default:
break;
}