Skip to content

Commit

Permalink
VPC: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Oct 3, 2024
1 parent 7f53caf commit 45cb204
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/pbTestScripts/vmDestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ checkOS() {
osToDestroy="D8" ;;
"Debian10" | "debian10" | "D10" | "d10" )
osToDestroy="D10" ;;
"Fedora40" | "fedora40" | "F40" | "F40" )
osToDestroy="F40" ;;

"Fedora40" | "fedora40" | "F40" | "f40" )
osToDestroy="F40" ;;
"FreeBSD12" | "freebsd12" | "F12" | "f12" )
osToDestroy="FBSD12" ;;
"Solaris10" | "solaris10" | "Sol10" | "sol10" )
Expand Down

0 comments on commit 45cb204

Please sign in to comment.