aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade-peertube.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upgrade-peertube.sh')
-rwxr-xr-xscripts/upgrade-peertube.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade-peertube.sh b/scripts/upgrade-peertube.sh
index f7b856470..5186a269f 100755
--- a/scripts/upgrade-peertube.sh
+++ b/scripts/upgrade-peertube.sh
@@ -35,4 +35,4 @@ git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
35yarn install --pure-lockfile 35yarn install --pure-lockfile
36npm run build 36npm run build
37 37
38echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." 38echo -e "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."