Skip to content

Commit dd1dbd3

Browse files
committed
bugfix: マージのミスの修正
1 parent 8f995e5 commit dd1dbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (cm configModel) View() string {
154154
b.WriteString(color.WhiteString("設定内容を選んでください:\n"))
155155
b.WriteString(color.WhiteString(" ↑↓の矢印キーで項目を移動、Enterで選択\n"))
156156

157-
for i, option := range configOption[cm.configKeyIndex] {
157+
for i, option := range configOptionLabel[cm.configKeyIndex] {
158158
if i == cm.configOptionIndex {
159159
b.WriteString(fmt.Sprintf(color.HiCyanString("➡️ %s\n"), option))
160160
} else {

0 commit comments

Comments
 (0)