]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/server.sh
Make build works
[github/Chocobozzz/PeerTube.git] / scripts / watch / server.sh
index 635bebf8e510ad140b242b8e6b9d0f2c95f29531..8d84709540f5e3914cda6491ae386943ff100c3b 100755 (executable)
@@ -5,7 +5,7 @@ set -eu
 # Copy locales
 mkdir -p "./client/dist"
 rm -rf "./client/dist/locale"
-cp -r "./client/src/locale/target" "./client/dist/locale"
+cp -r "./client/src/locale" "./client/dist/locale"
 
 rm -rf "./dist"