Skip to content

Commit 038edf5

Browse files
fixed typo; changed URL
1 parent a9fc06d commit 038edf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
124124
protected function getToken()
125125
{
126126
$helper = $this->getHelper('question');
127-
$question = new Question("Please enter the PackageKit project token. You can get it at https://wwww.pkgkit.com/installer \n");
127+
$question = new Question("Please enter the PackageKit project token. Follow the link and create an project: https://www.pkgkit.com/awes-io/create \n");
128128
$this->token = $helper->ask($this->input, $this->output, $question);
129129
}
130130

0 commit comments

Comments
 (0)