summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cli/main.go')
-rw-r--r--cmd/cli/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index 9bf8fe4..9ff880d 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -110,7 +110,7 @@ func sendProfile(state *client.Client, data interface{}) {
for k, v := range sps.Map {
ps += fmt.Sprintf("\n%d - %s", i+1, GetLanguageMatched(v.DisplayName, "en"))
options = append(options, k)
- i += 1
+ i++
}
// Show the profiles