Skip to content

Commit a407916

Browse files
committed
As suggested in the code review, update master to main as ecs-logging has been changed too
1 parent 30d67bb commit a407916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Targets.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ let private createReleaseOnGithub (arguments:ParseResults<Arguments>) =
131131
let private updateLoggingSpec (arguments:ParseResults<Arguments>) =
132132
let commit =
133133
match arguments.TryGetResult Commit with
134-
| None -> "master"
134+
| None -> "main"
135135
| Some commit -> commit
136136
async {
137137
use client = new HttpClient()

0 commit comments

Comments
 (0)