Skip to content

Commit

Permalink
[skip ci] at 13:09 of 2018-14-12
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed Dec 14, 2018
1 parent 49921d5 commit 978be65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions share/po-common
Original file line number Diff line number Diff line change
Expand Up @@ -637,14 +637,14 @@ config()
echo AUTO_HEADER="$AUTO_HEADER" >> $SETTINGS
fi

cd "$FIRMWARE_DUO/firmware" || exit
switch_branch "$BRANCH_DUO" &> /dev/null
cd "$FIRMWARE_DUO/firmware" || exit
switch_branch "$BRANCH_DUO" &> /dev/null

cd "$FIRMWARE_PI/firmware" || exit
switch_branch "$BRANCH_PI" &> /dev/null
cd "$FIRMWARE_PI/firmware" || exit
switch_branch "$BRANCH_PI" &> /dev/null

cd "$FIRMWARE_PARTICLE/firmware" || exit
switch_branch &> /dev/null
cd "$FIRMWARE_PARTICLE/firmware" || exit
switch_branch &> /dev/null

echo
}
Expand Down

0 comments on commit 978be65

Please sign in to comment.