Skip to content

Commit a58b5c8

Browse files
committed
[branch-bender] Fix add
1 parent ec7b3d9 commit a58b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branch_bender/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def setup(verbose: bool = False):
8686
</html>
8787
""",
8888
)
89-
run_command(["git", "add", "src/login.js"], verbose)
89+
run_command(["git", "add", "login.html"], verbose)
9090
run_command(["git", "commit", "-m", "Add login page"], verbose)
9191

9292
run_command(["git", "checkout", "main"], verbose)

0 commit comments

Comments
 (0)