Fix bad option

This commit is contained in:
Joshua Boniface 2021-12-04 02:40:32 -05:00
parent 30f9bbec95
commit 7e50efa9b9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ while [ $# -gt 0 ]; do
shift
;;
-k)
preserve_livebuild='-l'
preserve_livebuild='-k'
shift
;;
-i)