diff options
| author | Peter Jones <pjones@redhat.com> | 2018-03-14 18:41:59 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2018-03-14 18:41:59 -0400 |
| commit | bfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9 (patch) | |
| tree | bc8671c35bda33d996e85f284a5875827f6514b5 | |
| parent | 8843e6e60deb5362940754767775833c26f4a370 (diff) | |
| download | efi-boot-shim-bfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9.tar.gz efi-boot-shim-bfb6bd7b83c4dd937fd7e8fd5ad5233f1ec58bf9.zip | |
travis: Fix a typo
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rwxr-xr-x | travis-build.sh | 2 |
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 |
