Skip to content

Commit

Permalink
chore(ci): fix updating the submodules (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassana authored Feb 8, 2024
1 parent 894fdde commit e20b6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UpdateSDKs/UpdateSDKs.csx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private static string GetSourceFile([CallerFilePath] string file = "") => file;

private static void PullLatest(this Repository repo)
{
Commands.Checkout(repo, "master");
Commands.Pull(
repo,
new Signature(
Expand Down

0 comments on commit e20b6eb

Please sign in to comment.