We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7b3d9 commit a58b5c8Copy full SHA for a58b5c8
branch_bender/download.py
@@ -86,7 +86,7 @@ def setup(verbose: bool = False):
86
</html>
87
""",
88
)
89
- run_command(["git", "add", "src/login.js"], verbose)
+ run_command(["git", "add", "login.html"], verbose)
90
run_command(["git", "commit", "-m", "Add login page"], verbose)
91
92
run_command(["git", "checkout", "main"], verbose)
0 commit comments