Skip to content

Commit 46e3ca1

Browse files
committed
update path
1 parent 0069165 commit 46e3ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copypasta/template/leetcode/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func init() {
3232

3333
switch contestPrefix {
3434
case contestPrefixWeekly:
35-
contestDir = fmt.Sprintf("../../../leetcode/%d/", contestID)
35+
contestDir = fmt.Sprintf("../../../leetcode/weekly/%d/", contestID)
3636
case contestPrefixBiweekly:
3737
contestDir = fmt.Sprintf("../../../leetcode/biweekly/%d/", contestID)
3838
default:

0 commit comments

Comments
 (0)