No newline.
This commit is contained in:
parent
e8604bf8b9
commit
411aed7ba9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ echo "File to upload: $imagename"
|
||||||
echo "URL ending: $imagenamenospace"
|
echo "URL ending: $imagenamenospace"
|
||||||
|
|
||||||
curl --upload-file "./$imagename" "https://transfer.sh/$imagenamenospace" --silent >> ./build-wiki/Linux-development-builds.md
|
curl --upload-file "./$imagename" "https://transfer.sh/$imagenamenospace" --silent >> ./build-wiki/Linux-development-builds.md
|
||||||
echo "\n" >> ./build-wiki/Linux-development-builds.md
|
echo "" >> ./build-wiki/Linux-development-builds.md
|
||||||
|
|
||||||
cd ./build-wiki
|
cd ./build-wiki
|
||||||
git commit -a -m "New files."
|
git commit -a -m "New files."
|
||||||
|
|
Loading…
Add table
Reference in a new issue