summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_image.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_image.pl b/update_image.pl
index ee61d7b..a364986 100755
--- a/update_image.pl
+++ b/update_image.pl
@@ -550,7 +550,7 @@ else
}
#Stage SBEC image
-if(-e $memd_binary_filename)
+if(-e $sbec_binary_filename)
{
run_command("cp $hb_binary_dir/$sbec_binary_filename $scratch_dir/");
}
OpenPOWER on IntegriCloud