Skip to content

Commit ec390dc

Browse files
committed
Update comment in justfile for Windows users
1 parent 99691da commit ec390dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ============ Hint for for Windows Users ============
22

3-
# On Windows the "sh" shell that comes with Git for Windows should be used.
3+
# On Windows the "bash" shell that comes with Git for Windows should be used.
44
# If it is not on path, provide the path to the executable in the following line.
5-
#set windows-shell := ["C:/Program Files/Git/usr/bin/sh", "-cu"]
5+
#set windows-shell := ["C:/Program Files/Git/bin/bash", "-cu"]
66

77
# ============ Variables used in recipes ============
88

0 commit comments

Comments
 (0)