Skip to content

Commit

Permalink
Merge pull request #1664 from serlo/fix/always-run-touch-file-script-…
Browse files Browse the repository at this point in the history
…with-bash

fix(db-migrations): always run touch_file.sh with bash
  • Loading branch information
hugotiburtino authored Jul 8, 2024
2 parents 64a1ef5 + b17c70f commit 8c055aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/db-migrations/scripts/touch_file.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

echo "Enter the name of the migration (no spaces and with hifens)"

read MIGRATION_NAME
Expand Down

0 comments on commit 8c055aa

Please sign in to comment.