chore: update ricebox path on caddy repo [ci skip]

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/615/head
Henrique Dias 2019-01-07 20:59:55 +00:00
parent 33a58c999a
commit cae8809da0
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ pushRicebox () {
git clone git@github.com:filebrowser/caddy caddy
cd caddy
cp $base/http/rice-box.go assets/
sed -i 's/package lib/package assets/g' assets/rice-box.go
cp $base/http/rice-box.go ./
sed -i 's/package lib/package caddy/g' ./rice-box.go
git checkout -b update-rice-box origin/master
git config --local user.name "Filebrowser Bot"
git config --local user.email "FilebrowserBot@users.noreply.github.com"