Skip to content

Commit 524b15e

Browse files
committed
Update wrong word
1 parent ce999c0 commit 524b15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (App) CreateBundle() {
135135
}
136136
if rep.Hash != nil && *rep.Hash != "" {
137137
if hash == *rep.Hash {
138-
fmt.Printf("Server bundel is new!")
138+
fmt.Printf("Server bundle is new!")
139139
return
140140
}
141141
}

0 commit comments

Comments
 (0)