From 99f53c5de62c2034f797f375a734881e5f673e93 Mon Sep 17 00:00:00 2001 From: Fangyi Zhou Date: Thu, 1 Dec 2022 16:31:51 +0000 Subject: [PATCH] Fix instructions for creating a config file for secrets (#12) --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 6ebabe9..e8bfc0e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -7,7 +7,7 @@ config :advent_of_code, AdventOfCode.Input, # If you don't like environment variables, put your cookie in # a `config/secrets.exs` file like this: # -# use Mix.Config +# import Config # config :advent_of_code, AdventOfCode.Input, # session_cookie: "..." -- 2.43.0