diff --git a/GitTfs/Commands/Bootstrap.cs b/GitTfs/Commands/Bootstrap.cs index 2946cc67..7b5578a2 100644 --- a/GitTfs/Commands/Bootstrap.cs +++ b/GitTfs/Commands/Bootstrap.cs @@ -55,7 +55,7 @@ namespace Sep.Git.Tfs.Commands Url = parent.Remote.TfsUrl, Repository = parent.Remote.TfsRepositoryPath, RemoteOptions = _remoteOptions, - }); + }, string.Empty); remote.UpdateTfsHead(parent.GitCommit, parent.ChangesetId); _stdout.WriteLine("-> new remote " + remote.Id); }