Skip to content

Commit

Permalink
Chore: fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Feb 6, 2022
1 parent 2638b95 commit 6a18b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CREDENTIALS_QUESTIONS = (context) => [
{
type : 'input',
name : 'host',
validate : validate(true, /https?:\/\/(www\.)?[\w#%+.:=@\\~-]{1,256}\.[\d()A-Za-z]{1,6}\b([\w#%&()+./:=?@\\~-]*)/, 'not a valid host'),
validate : validate(true, /https?:\/\/(?:www\.)?[\w#%+.:=@\\~-]{1,256}\.[\d()A-Za-z]{1,6}\b[\w#%&()+./:=?@\\~-]*/, 'not a valid host'),
message : 'Enter atlassian host:'
},
{
Expand Down

0 comments on commit 6a18b1f

Please sign in to comment.