summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-20 17:12:36 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit1f599f1aab37343ff61852a8616c640310dfaee4 (patch)
treef9784b2dc5c73ceab9fbc8cf6cdaab922385c553 /cmd/cli/main.go
parentcd4f13c5a8df0d7da2fbca3a741d396f220cff33 (diff)
Tests: Pass for V2 API
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