Skip to content

Commit 43ab4fa

Browse files
author
1138-4EB
committed
chore: fix rice-box import with sed in push_ricebox
1 parent 7afaf59 commit 43ab4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/push_ricebox.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ openssl aes-256-cbc -K $encrypted_9ca81b5594f5_key -iv $encrypted_9ca81b5594f5_i
1212
git clone git@github.com:filebrowser/caddy caddy
1313
cd caddy
1414
cp ../../rice-box.go assets/
15+
sed -i 's/package filebrowser/package assets/g' assets/rice-box.go
1516
git checkout -b update-rice-box origin/master
1617
git config --local user.name "Filebrowser Bot"
1718
git config --local user.email "FilebrowserBot@users.noreply.github.com"

0 commit comments

Comments
 (0)