Skip to content

Commit

Permalink
Changed nodered addon warning to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Slyke committed Dec 25, 2020
1 parent 123f35c commit 564e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/nodered/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def checkForIssues():
def checkFiles():
fileIssues = []
if not os.path.exists(serviceService + '/addons_list.yml'):
fileIssues.append(serviceService + '/addons_list.yml does not exist. Build addons file to fix.')
fileIssues.append('/addons_list.yml does not exist. Build addons file in options to fix. This is optional')
return fileIssues

############################
Expand Down

0 comments on commit 564e244

Please sign in to comment.