Skip to content

Commit

Permalink
fix password typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darsen committed Jan 5, 2018
1 parent 5180711 commit 3f1e8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/com/ullink/NuGetSources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NuGetSources extends BaseNuGet {
if (sourceName) args '-Name', sourceName
if (sourceUrl) args '-Source', sourceUrl
if (username) args '-UserName', username
if (password) args '-Passsword', password
if (password) args '-Password', password
if (configFile) args '-ConfigFile', configFile
if (storePasswordInClearText) args '-StorePasswordInClearText'
super.exec()
Expand Down

0 comments on commit 3f1e8a8

Please sign in to comment.