Skip to content

Commit 4b65949

Browse files
committed
[fix] : Fixed message label
1 parent 1ae715d commit 4b65949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/umount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _help() {
3434
# Message common function
3535
# msg_common [type] [-n] [string]
3636
msg_common(){
37-
local _msg_opts=("-a" "build.sh") _type="${1}"
37+
local _msg_opts=("-a" "umount.sh" "--label-space" "6") _type="${1}"
3838
shift 1
3939
[[ "${1}" = "-n" ]] && _msg_opts+=("-o" "-n") && shift 1
4040
[[ "${nocolor}" = true ]] && _msg_opts+=("-n")

0 commit comments

Comments
 (0)