Skip to content

Commit 81bc577

Browse files
committed
Adjust paths for todo spec generator
1 parent c30243d commit 81bc577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/gen_libsass_todo.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ For %%F IN ("%EXEC%") do (
1313

1414
REM test if we have an issue nr
1515
if [%1] == [] GOTO :NoIssue
16-
SET SPECS=%FOLDER%..\sass-spec\spec
16+
SET SPECS=%FOLDER%..\spec
1717

1818
if not exist "%ISSUE%.scss" (
1919
echo input source not found: %ISSUE%.scss
2020
goto :End
2121
)
2222

23-
SET GITCMD=git -C "%FOLDER%..\sass-spec"
23+
SET GITCMD=git -C "%FOLDER%.."
2424

2525
%GITCMD% fetch --all
2626
%GITCMD% checkout -f -B todo/issue_%ISSUE% master

0 commit comments

Comments
 (0)