Skip to content

Commit

Permalink
fix ending newline
Browse files Browse the repository at this point in the history
  • Loading branch information
serega-nk committed Oct 26, 2023
1 parent ebe790d commit 0207faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ giga = GigaChat(verify_ssl_certs=False)

Установка корневого сертификата "Минцифры России":
```bash
curl -k "https://gu-st.ru/content/Other/doc/russian_trusted_root_ca.cer" >> $(python -m certifi)
curl -k "https://gu-st.ru/content/Other/doc/russian_trusted_root_ca.cer" -w "\n" >> $(python -m certifi)
```

### Настройки в переменных окружения
Expand Down

0 comments on commit 0207faa

Please sign in to comment.