Skip to content

Commit

Permalink
Fix typo. (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
markf3lton authored and danepowell committed Aug 12, 2019
1 parent b6f61c8 commit 6667450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Commands/Blt/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function createProject() {
$this->displayArt();
$this->yell("Your new BLT-based project has been created in {$this->getConfigValue('repo.root')}.");
$this->say("Please continue by following the \"Creating a new project with BLT\" instructions:");
$this->say("<comment>https://docs.acquia.com/blt/install/creating-new-project//</comment>");
$this->say("<comment>https://docs.acquia.com/blt/install/creating-new-project/</comment>");
}

/**
Expand Down

0 comments on commit 6667450

Please sign in to comment.