We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3965a commit f375134Copy full SHA for f375134
1 file changed
scripts/lint-from-demo.py
@@ -42,7 +42,7 @@ def lint_from_demo(
42
git("checkout", "HEAD", "--", path)
43
git("add", ".")
44
git("commit", "-m", "meta: lint-from-demo", "--no-verify")
45
- retrocookie(instance_path=demo_path, commits=["HEAD"], branch="temp/lint-from-demo")
+ retrocookie(instance_path=demo_path, commits=["develop..temp/lint-from-demo"])
46
47
48
if __name__ == '__main__':
0 commit comments