mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-18 00:45:47 +00:00
fix: caddy sed package name
This commit is contained in:
parent
a55e0d24f8
commit
5a9f0a0d81
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ pushRicebox () {
|
|||
git clone git@github.com:filebrowser/caddy caddy
|
||||
cd caddy
|
||||
cp ../http/rice-box.go ./
|
||||
sed -i 's/package lib/package caddy/g' ./rice-box.go
|
||||
sed -i 's/package http/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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue