From: John Livingston <38844060+JohnXLivingston@users.noreply.github.com> Date: Mon, 1 Oct 2018 14:21:55 +0000 (+0200) Subject: fix diff order X-Git-Tag: v1.0.0-rc.1~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=38d937002a731ecc8edc6b81018e27663580ee96;p=github%2FChocobozzz%2FPeerTube.git fix diff order --- diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 714c02616..b29615fb1 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -56,5 +56,5 @@ yarn install --production --pure-lockfile cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml echo "Differences in configuration files..." -diff -u "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml +diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example"