Skip to content

Commit 94f2d25

Browse files
committed
Sync with pipe-cd/pipecd repository at bad5112e276f197d01bd10b277626817f21e2dec
1 parent dfb0803 commit 94f2d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HEAD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4f1a5da6124dd14ed702d381c8f7f6b5735b0dc
1+
bad5112e276f197d01bd10b277626817f21e2dec

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (c *Client) StageLogPersister() (StageLogPersister, error) {
247247
// Use this to persist the stage logs and make it viewable on the UI.
248248
// This method should be called only when the client is working with a specific stage, for example, when this client is passed as the ExecuteStage method's argument.
249249
// Otherwise, it will return nil.
250-
// deprecated: use StageLogPersister instead.
250+
// Deprecated: use StageLogPersister instead.
251251
func (c *Client) LogPersister() StageLogPersister {
252252
return c.stageLogPersister
253253
}

0 commit comments

Comments
 (0)