Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Nov 27, 2019
1 parent 1750a67 commit 9cfa8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ var boolFlags = map[string]boolFlag{
defaultValue: false,
},
WriteGitCredsFlag: {
description: "Write out a .git-credentials file with the provider user and token to allow cloning private modules over HTTPS or SSH" +
" This does write secrets to disk and should only be enabled in a secure environment.",
description: "Write out a .git-credentials file with the provider user and token to allow cloning private modules over HTTPS or SSH." +
" This writes secrets to disk and should only be enabled in a secure environment.",
defaultValue: false,
},
}
Expand Down

0 comments on commit 9cfa8d9

Please sign in to comment.