Skip to content

Commit

Permalink
remove early return (debug code)
Browse files Browse the repository at this point in the history
  • Loading branch information
micooke committed Jan 31, 2019
1 parent bc307d5 commit 1c3e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd libraries/sparkfun_OLED && git pull origin master && cd $fullpath
cd libraries/HP203B && git pull origin master && cd $fullpath
cd libraries/Si1143 && git pull origin master && cd $fullpath
cd libraries/SoftwareSerial && git pull origin master && cd $fullpath
return

read -p "Release number (e.g. 0.2.1):" version

# copy the folder
Expand Down

0 comments on commit 1c3e243

Please sign in to comment.