fossasia / meilix-generator

WebApp for generating a custom ISO image based on Meilix http://meilix.org
GNU Lesser General Public License v3.0
1.53k stars 113 forks source link

Removed redundant code from the my_token readme file - (Solves - #377) #380

Closed pranav1698 closed 5 years ago

pranav1698 commented 5 years ago

Checklist

Short description of what this resolves:

This removes redundant command from the my_token readme file because this code was not present in the script shell file echo "https://github.com/fossasia/meilix/releases/download/${TRAVIS_TAG}/meilix-xenial-date +%Y%m%d-i386.iso" and echo "https://github.com/<username>/meilix/releases/download/${TRAVIS_TAG}/meilix-xenial-date +%Y%m%d-i386.iso"

Fixes #377