Skip to content

Commit

Permalink
Restyled by shellharden
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Dec 9, 2021
1 parent fdf8def commit ebf41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/examples/mbed_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [[ "$APP" == "bootloader" ]]; then

# Install mcuboot requirements (silently)
pip install -q -r "$MBED_MCU_BOOT_PATH"/scripts/requirements.txt ||
fail "Unable to install mcuboot requirements" "Please take a look at "$MBED_MCU_BOOT_PATH"/scripts/requirements.txt"
fail "Unable to install mcuboot requirements" "Please take a look at ""$MBED_MCU_BOOT_PATH/scripts/requirements.txt"

# Run mcuboot setup script
python "$MBED_MCU_BOOT_PATH"/scripts/setup.py install ||
Expand Down

0 comments on commit ebf41d6

Please sign in to comment.