grim/youtrack-import

Fix a typo
draft
2020-07-02, Gary Kramlich
c649ef444625
Parents 15e8bf081cd2
Children 2eaa42293a32
Fix a typo
--- a/bitbucket/cmd.go Sun Jan 19 14:31:08 2020 -0600
+++ b/bitbucket/cmd.go Thu Jul 02 22:33:28 2020 -0500
@@ -7,7 +7,7 @@
type Cmd struct {
Archive string `kong:"arg,name='archive',help='The zip file containing the archive'"`
- Repository string `kong:"arg,name='repository',help='The repostiory name on bitbucket.'"`
+ Repository string `kong:"arg,name='repository',help='The repository name on bitbucket.'"`
UsersMapFile string `kong:"arg,name="users-map",help='A key=value file mapping emails to display names'"`
}