Commit db63ab1
committed
fix(check): combine local path with slug for --local option
Previously --local used the path directly, now it combines base path with slug
e.g., --local /path/to/checks cs50/python/hello -> /path/to/checks/cs50/python/hello1 parent eba6fce commit db63ab1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments