Skip to content

Commit 564e244

Browse files
author
Slyke
committed
Changed nodered addon warning to prevent confusion
1 parent 123f35c commit 564e244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/nodered/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def checkForIssues():
149149
def checkFiles():
150150
fileIssues = []
151151
if not os.path.exists(serviceService + '/addons_list.yml'):
152-
fileIssues.append(serviceService + '/addons_list.yml does not exist. Build addons file to fix.')
152+
fileIssues.append('/addons_list.yml does not exist. Build addons file in options to fix. This is optional')
153153
return fileIssues
154154

155155
############################

0 commit comments

Comments
 (0)