Skip to content

Commit 115adf4

Browse files
committed
deploy: 15076f1
1 parent df7d049 commit 115adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-hands-on.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def prompt(prompt: str, default: str) -> str:
2828

2929

3030
def get_exercise_config() -> HandsOnConfig:
31-
hands_on_name = input("Hands-on name: ")
31+
hands_on_name = input("Hands-on name: hp-")
3232
requires_git = confirm("Requires Git?", True)
3333
requires_github = confirm("Requires Github?", True)
3434

0 commit comments

Comments
 (0)