diff --git a/script/import-database-dump.sh b/script/import-database-dump.sh index e158ed2a0f0..d90ae01d1d7 100755 --- a/script/import-database-dump.sh +++ b/script/import-database-dump.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Downloads the database dump tarball from crates.io and imports it # into the `cargo_registry` database. If the database already exists it