summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2018-03-14 18:41:59 -0400
committerPeter Jones <pjones@redhat.com>2018-03-14 18:41:59 -0400
commitbfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9 (patch)
treebc8671c35bda33d996e85f284a5875827f6514b5
parent8843e6e60deb5362940754767775833c26f4a370 (diff)
downloadefi-boot-shim-bfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9.tar.gz
efi-boot-shim-bfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9.zip
travis: Fix a typo
Signed-off-by: Peter Jones <pjones@redhat.com>
-rwxr-xr-xtravis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-build.sh b/travis-build.sh
index fc9d7587..3b8745b8 100755
--- a/travis-build.sh
+++ b/travis-build.sh
@@ -58,5 +58,5 @@ if [[ -n "${remote_repo}" ]] ; then
git fetch remote
git checkout -f ${commit_id}
fi
-git reset --hard "${origin_branch}
+git reset --hard "${origin_branch}"
make EFIDIR=test ENABLE_SHIM_CERT=1 ENABLE_HTTBOOT=1 ARCH=x86_64 clean all