jfrog: Fix typo.

This commit is contained in:
Ben Greear
2020-05-22 21:01:09 -07:00
parent 3f02ddf6c6
commit 463541cfee

View File

@@ -94,7 +94,7 @@ for ($j = 0; $j<@ttypes; $j++) {
my $widir = $1;
# Ensure we have a place to copy the new report
$cmd = "ssh $ul_host \"mkdir -p $ul_dir/$bed/$ttype\"";
$cmd = "ssh $ul_host \"mkdir -p $ul_dir/$tbed/$ttype\"";
print "Ensure directory exists: $cmd";
`$cmd`;