Skip to content

Commit 3a69637

Browse files
authored
elixir typo - stray parenthesis (#569)
1 parent 366e5ba commit 3a69637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ steps:
104104
path: |
105105
deps
106106
_build
107-
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
107+
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
108108
restore-keys: |
109109
${{ runner.os }}-mix-
110110
```

0 commit comments

Comments
 (0)