Skip to content

Commit

Permalink
integration/Makefile: fix a typo
Browse files Browse the repository at this point in the history
"vagrant" target's should be 'vagrant-quick', not 'vagrant_quick'.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
  • Loading branch information
sm00th committed Jan 24, 2020
1 parent 3280e8e commit 272761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Makefile
Expand Up @@ -18,7 +18,7 @@ quick: clean
cached:
./kpatch-test -d $(PATCH_DIR) --cached $(PATCHES)

vagrant: vagrant_quick
vagrant: vagrant-quick

vagrant-quick:
./test-vagrant
Expand Down

0 comments on commit 272761d

Please sign in to comment.