Skip to content

Commit 8208703

Browse files
authored
Add missing period
1 parent cdf7c3c commit 8208703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/link/link-by-prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Run ${chalk.cyanBright('git remote -v')} to see a list of your git remotes.`)
132132
}
133133

134134
if (isEmpty(matchingSites)) {
135-
context.error(`No site names found containing '${searchTerm}'
135+
context.error(`No site names found containing '${searchTerm}'.
136136
137137
Run ${chalk.cyanBright('netlify link')} again to try a new search,
138138
or run ${chalk.cyanBright('netlify sites:create')} to create a site.`)

0 commit comments

Comments
 (0)