From ba423f60c3f0d20c9b91b17ecc8e4bdf5a1a3d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 6 Mar 2024 09:50:04 -0500 Subject: [PATCH] Use sh instead of bash --- bin/rails-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rails-new b/bin/rails-new index 4780330..7a2d0a4 100755 --- a/bin/rails-new +++ b/bin/rails-new @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # This script is to generate a new Rails application using the Dockerfile in this repository.