Skip to content

Commit 11f2f56

Browse files
Use env bash in script/import-database-dump.sh (#12513)
1 parent 3c9fc8e commit 11f2f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/import-database-dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
# Downloads the database dump tarball from crates.io and imports it
44
# into the `cargo_registry` database. If the database already exists it

0 commit comments

Comments
 (0)