summaryrefslogtreecommitdiffstats
path: root/foreman/ci/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'foreman/ci/clean.sh')
-rwxr-xr-xforeman/ci/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreman/ci/clean.sh b/foreman/ci/clean.sh
index 25352a8..3f3c879 100755
--- a/foreman/ci/clean.sh
+++ b/foreman/ci/clean.sh
@@ -124,7 +124,7 @@ if [ $skip_vagrant -eq 0 ]; then
###kill virtualbox
echo "${blue}Killing VirtualBox ${reset}"
killall virtualbox
- killall VboxHeadless
+ killall VBoxHeadless
###remove virtualbox
echo "${blue}Removing VirtualBox ${reset}"