aboutsummaryrefslogtreecommitdiff
path: root/utils/update_every_lists.sh
diff options
context:
space:
mode:
authorPetr <30545094+pasabanov@users.noreply.github.com>2024-07-15 08:21:03 +0300
committerGitHub <noreply@github.com>2024-07-15 07:21:03 +0200
commitf8e32bc75b3274daf3d9024449bbf0574436eda7 (patch)
tree83c7012bfe097ad45d548d96a309bf92ab89b69c /utils/update_every_lists.sh
parentc3ba65311e2cf4aba8b51cdb6800a5654ef1d060 (diff)
Fixed mistake in shebang (SC1113) (#2498)
Diffstat (limited to 'utils/update_every_lists.sh')
-rwxr-xr-xutils/update_every_lists.sh2
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