diff options
author | Di Xu <di.xu@arm.com> | 2017-07-17 16:39:11 +0800 |
---|---|---|
committer | Di Xu <di.xu@arm.com> | 2017-08-10 10:47:08 +0800 |
commit | 4c2528d20292d0c90aff2f024e102432d08c0053 (patch) | |
tree | a013a5ca922f0d0963c8dc12fd425b1dccce17dd /ci/cleanvm.sh | |
parent | 89fe6869c63bfe43df92055e9d3a91bd65f3a8f8 (diff) |
fix some typos
Change-Id: I1373feb555056e8a7f95860aab90cf2c116b2b29
Signed-off-by: Di Xu <di.xu@arm.com>
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-x | ci/cleanvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh index 5a5365b2..95c985fa 100755 --- a/ci/cleanvm.sh +++ b/ci/cleanvm.sh @@ -5,7 +5,7 @@ set -x echo " Cleanup Started ..." #use the below commands if you needs to delete the virtual machine -# also along with envuronment destroy. +# also along with environment destroy. ./clean.sh vm_list=$(sudo virsh list --all) |