OSDN Git Service

[fix] : Fixed typo
authorhayao <shun819.mail@gmail.com>
Wed, 23 Dec 2020 13:43:36 +0000 (22:43 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 23 Dec 2020 13:43:36 +0000 (22:43 +0900)
wfa

diff --git a/wfa b/wfa
index 3290170..80fbeef 100755 (executable)
--- a/wfa
+++ b/wfa
@@ -1227,10 +1227,7 @@ unavailable_in_this_operation() {
 run_operation() {
     local _operation="${1}"
     msg_debug "Operation: ${_operation}"
-
     msg_warn "This program is an alpha version that is not yet stable\nIf you find a bug, please share it on GitHub\nhttps://github.com/hayao0819/wfa/issues"
-    msg_warn ""
-    msg_warn ""
 
     operation_${_operation}
 }