Skip to content

Commit 3165e8f

Browse files
committed
fix lint
1 parent d2904d8 commit 3165e8f

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ CONNECTOR_IMPORT_DOCUMENT_ID=c3970f8a-ce4b-4497-a381-20b7256f56f0
1919
SMTP_HOSTNAME=localhost
2020

2121
ELASTIC_MEMORY_SIZE=4G
22-
ELASTICSEARCG_URL=""
22+
ELASTICSEARCG_URL=""

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ deploy-stack:
88
docker stack deploy -c $(COMPOSE_FILE) $(STACK_NAME)
99

1010
remove-stack:
11-
docker stack rm $(STACK_NAME)
11+
docker stack rm $(STACK_NAME)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ If you need support or you wish to engage a discussion about the OpenCTI platfor
1818

1919
OpenCTI is a product designed and developed by the company [Filigran](https://filigran.io).
2020

21-
<a href="https://filigran.io" alt="Filigran"><img src="https://github.com/OpenCTI-Platform/opencti/raw/master/.github/img/logo_filigran.png" width="300" /></a>
21+
<a href="https://filigran.io" alt="Filigran"><img src="https://github.com/OpenCTI-Platform/opencti/raw/master/.github/img/logo_filigran.png" width="300" /></a>

doc/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ To remove the stack
9393

9494
```bash
9595
make remove-stack STACK_NAME=<stack_name>
96-
```
96+
```

doc/elasticsearch.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
2-

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,3 @@ volumes:
214214
type: none
215215
o: bind
216216
device: /home/ubuntu/opencti/volumes/amqpdata
217-

0 commit comments

Comments
 (0)