]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/danger/clean/modules.sh
Use bash for danger scripts instead of env sh
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / modules.sh
index 1aa6c732b9cbc7eb05ec58dd73bdb17657447fa4..d2aa7393920ab4e92d60eacef0adb9aa221e5b1c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
 read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r