bin/crowdin-cli in crowdin-cli-0.1.2 vs bin/crowdin-cli in crowdin-cli-0.1.3

- old
+ new

@@ -391,10 +391,10 @@ resp = @crowdin.upload_translation([] << file, language, params) case resp['files'].first[1] when 'skipped' puts "\rUploading `#{file[:source].sub(@base_path, '')}' - Skipped" - when 'updated' + when 'uploaded' puts "\rUploading `#{file[:source].sub(@base_path, '')}' - OK" end else puts "Warning: Local file `#{file[:source]}' does not exists" end