File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ def run_or_die(cmd, error):
208
208
ColorPrint .print_info ('#' * 40 )
209
209
210
210
run_or_die ("arduino-cli core update-index --additional-urls " + BSP_URLS +
211
- " > /dev/null" , "FAILED to update core indecies " )
211
+ " > /dev/null" , "FAILED to update core indices " )
212
212
print ()
213
213
214
- ################################ Install dependancies
214
+ ################################ Install dependencies
215
215
our_name = None
216
216
try :
217
217
if IS_LEARNING_SYS :
@@ -227,13 +227,13 @@ def run_or_die(cmd, error):
227
227
dep = dep .strip ()
228
228
print ("Installing " + dep )
229
229
run_or_die ('arduino-cli lib install "' + dep + '" > /dev/null' ,
230
- "FAILED to install dependancy " + dep )
230
+ "FAILED to install dependency " + dep )
231
231
except OSError :
232
232
print ("No library dep or properties found!" )
233
233
pass # no library properties
234
234
235
235
# Delete the existing library if we somehow downloaded
236
- # due to dependancies
236
+ # due to dependencies
237
237
if our_name :
238
238
run_or_die ("arduino-cli lib uninstall \" " + our_name + "\" " , "Could not uninstall" )
239
239
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ if [ -d "html" ] && [ -f "html/index.html" ]; then
180
180
-m " Commit: ${COMMIT_SHA1} " $' \n ' " ${BUILD_ID} "
181
181
182
182
# Force push to the remote gh-pages branch.
183
- # The ouput is redirected to /dev/null to hide any sensitive credential data
183
+ # The output is redirected to /dev/null to hide any sensitive credential data
184
184
# that might otherwise be exposed.
185
185
echo ' Git pushing'
186
186
git push --force " https://${AUTH} @github.com/${REPO_SLUG} .git" > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments