Skip to content

Commit

Permalink
mononoke: scs: Fix comments on bookmark creation
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: YousefSalama

Differential Revision: D55078627

fbshipit-source-id: 9aa896da46d29686fdbee16831897f015a83e4d0
  • Loading branch information
lmvasquezg authored and facebook-github-bot committed Mar 19, 2024
1 parent b858b9b commit cb2ae40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eden/mononoke/scs/if/source_control.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ struct RepoCreateStackParams {
}

struct RepoCreateBookmarkParams {
/// The name of the bookmark to move.
/// The name of the bookmark to create.
1: string bookmark;

/// The target commit for the bookmark.
Expand All @@ -979,7 +979,7 @@ struct RepoCreateBookmarkParams {
/// The pushvars to use when creating the bookmark.
4: optional map<string, binary> pushvars;

/// Service identity to use for this bookmark move.
/// Service identity to use for this bookmark creation.
3: optional string service_identity;
}

Expand Down

0 comments on commit cb2ae40

Please sign in to comment.