From 9a6e09c2e37834a3ea12f5570fee1f44c7a756e9 Mon Sep 17 00:00:00 2001
From: Kalin Harvey <kalin@quantifiedcitizen.com>
Date: Mon, 19 Apr 2021 23:03:51 -0700
Subject: [PATCH] elixir typo - stray parenthesis

---
 examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples.md b/examples.md
index cf3be81..f3d6788 100644
--- a/examples.md
+++ b/examples.md
@@ -104,7 +104,7 @@ steps:
     path: |
       deps
       _build
-    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
+    key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
     restore-keys: |
       ${{ runner.os }}-mix-
 ```