Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Dec 4, 2023
1 parent dec6df1 commit 08bf41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/shrink_lv/files/shrink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function parse_flags() {
do
case $i in
-d=*|--device=*)
entries+="(${i#*=})"
entries+=(${i#*=})
;;
-h)
display_help
Expand Down

0 comments on commit 08bf41c

Please sign in to comment.