From bcddd0a4778916f6a5347246a81fbe236050d2c4 Mon Sep 17 00:00:00 2001
From: Adin Scannell <ascannell@google.com>
Date: Wed, 4 Sep 2019 18:47:47 -0700
Subject: Fix continuous build breakage

PiperOrigin-RevId: 267277711
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/build.sh b/scripts/build.sh
index dae3460af..293d87093 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -20,7 +20,7 @@ source $(dirname $0)/common.sh
 runsc=$(build -c opt //runsc)
 
 # Build packages.
-pkg=$(build -c opt --host_force_python=py2 //runsc:debian)
+pkg=$(build -c opt --host_force_python=py2 //runsc:runsc-debian)
 
 # Build a repository, if the key is available.
 if [[ -v KOKORO_REPO_KEY ]]; then
-- 
cgit v1.2.3