Skip to content

Commit f375134

Browse files
committed
fix: attempt to adjust retrocookie usage in lint-from-demo.py
1 parent 8a3965a commit f375134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint-from-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def lint_from_demo(
4242
git("checkout", "HEAD", "--", path)
4343
git("add", ".")
4444
git("commit", "-m", "meta: lint-from-demo", "--no-verify")
45-
retrocookie(instance_path=demo_path, commits=["HEAD"], branch="temp/lint-from-demo")
45+
retrocookie(instance_path=demo_path, commits=["develop..temp/lint-from-demo"])
4646

4747

4848
if __name__ == '__main__':

0 commit comments

Comments
 (0)