Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit ff1efd4

Browse files
committed
fixed env var
1 parent 66e413f commit ff1efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
echo "" >> ./.env
2-
echo "DOCS_RAILS_MASTER_KEY=$RAILS_MASTER_KEY" >> ./.env
2+
echo "DOCS_RAILS_MASTER_KEY=$DOCS_RAILS_MASTER_KEY" >> ./.env

0 commit comments

Comments
 (0)