Daniel Sheppard 1 anno fa
parent
commit
7e5d8eaf05
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/verify-bundles.sh

+ 1 - 1
scripts/verify-bundles.sh

@@ -26,7 +26,7 @@ check_dist() {
         local SHA=$(git rev-parse HEAD)
         echo "Commit '$SHA' produced different static assets than were committed"
         echo $diff
-        git diff $DIST
+        echo $(git diff $DIST)
         exit 1
     fi
 }