Skip to content

Commit 691da72

Browse files
remove leading ./
1 parent b374dea commit 691da72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For a real-life example, [see how rusEFI](https://github.com/rusefi/rusefi/blob/
120120
- name: Generate Pinouts
121121
uses: chuckwagoncomputing/interactive-pinout
122122
with:
123-
mapping-path: ./firmware/config/boards/*/connectors/*.yaml
123+
mapping-path: firmware/config/boards/*/connectors/*.yaml
124124
warnings: skip
125125
columns: |
126126
{
@@ -185,7 +185,7 @@ After exporting these environmnet variables, execute main.sh.
185185
Example:
186186

187187
```
188-
$ export MAPPING_PATH="./firmware/config/boards/*/connectors/*.yaml"
188+
$ export MAPPING_PATH="firmware/config/boards/*/connectors/*.yaml"
189189
$ export WARNINGS="skip"
190190
$ export COLS='{"pin":"Pin Number","ts_name":"TS Name","type":"Type","function":"Typical Function","color":"Pigtail Color"}'
191191
$ export PRINT_COLS='["function"]'

0 commit comments

Comments
 (0)