Skip to content

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuychaco committed Aug 21, 2019
1 parent f3908e4 commit ceaeaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/git/stash.ts
Expand Up @@ -114,8 +114,8 @@ export async function createDesktopStashEntry(
branchName: string,
untrackedFilesToStage: ReadonlyArray<string>
): Promise<true> {
// // We must ensure that no untracked files are present before stashing
// // See https://github.com/desktop/desktop/pull/8085
// We must ensure that no untracked files are present before stashing
// See https://github.com/desktop/desktop/pull/8085
if (untrackedFilesToStage.length) {
await git(
['add', ...untrackedFilesToStage],
Expand Down

0 comments on commit ceaeaa8

Please sign in to comment.