Skip to content

Commit b480e70

Browse files
committed
fixed a typo in troubleshooting
1 parent 9bbc1bc commit b480e70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/on-premise/troubleshooting.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hide:
1616
2. Execute the command to copy the log file from the container to the file `codescoring_onprem.log`
1717

1818
```bash linenums="2"
19-
docker cp -L PROJECT_NAME_fluentd_1:/fluentd/log/docker.log codescoring_onprem.log
19+
docker cp -L PROJECT_NAME-fluentd-1:/fluentd/log/docker.log codescoring_onprem.log
2020
```
2121

2222
3. Send the `codescoring_onprem.log` file to the vendor.

docs/on-premise/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hide:
1515
2. Выполнить команду копирования файла логов из контейнера в файл `codescoring_onprem.log`
1616

1717
```bash linenums="2"
18-
docker cp -L PROJECT_NAME_fluentd_1:/fluentd/log/docker.log codescoring_onprem.log
18+
docker cp -L PROJECT_NAME-fluentd-1:/fluentd/log/docker.log codescoring_onprem.log
1919
```
2020

2121
3. Отправить вендору файл `codescoring_onprem.log`.

0 commit comments

Comments
 (0)