Skip to content

Commit 531514f

Browse files
committed
add method to deploy locally
1 parent 47c33d7 commit 531514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ airflow-destroy:
2222

2323
airflow-local:
2424
pip install cryptography
25-
export AIRFLOW_FERNET_KEY=$(python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())")
25+
export AIRFLOW_FERNET_KEY=$(shell python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())")
2626
docker-compose up --build

0 commit comments

Comments
 (0)