Skip to content
Snippets Groups Projects
Commit c6b98c26 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Fix path to secret example

parent a31c36f0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ install: ## Install requirements
.PHONY: secret
secret: ## Link the secret_example.py to secret.py (only in dev mode)
ln -s interludes/secret_example.py interludes/secret.py
ln -s ./interludes/secret_example.py interludes/secret.py
.PHONY: migrate
migrate: ## Make and run migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment