Skip to content

Commit 11a1084

Browse files
Frankonlyraullenchai
authored andcommitted
Minor change (iotexproject#1089)
1 parent 64a08ff commit 11a1084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ioctl/cmd/action/actionhash.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func Match(in string, matchType string) string {
201201
return "(" + alias + ")"
202202
case "status":
203203
if in == "0" {
204-
return "(Fail)"
204+
return "(Failure)"
205205
} else if in == "1" {
206206
return "(Success)"
207207
}

0 commit comments

Comments
 (0)