diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-15 08:21:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 07:21:03 +0200 |
commit | f8e32bc75b3274daf3d9024449bbf0574436eda7 (patch) | |
tree | 83c7012bfe097ad45d548d96a309bf92ab89b69c /utils/update_every_lists.sh | |
parent | c3ba65311e2cf4aba8b51cdb6800a5654ef1d060 (diff) |
Fixed mistake in shebang (SC1113) (#2498)
Diffstat (limited to 'utils/update_every_lists.sh')
-rwxr-xr-x | utils/update_every_lists.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update_every_lists.sh b/utils/update_every_lists.sh index ba04493ea..1c98900f2 100755 --- a/utils/update_every_lists.sh +++ b/utils/update_every_lists.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash cd "$(dirname "${0}")" || exit 1 |