Skip to content

Commit

Permalink
Fix shelllint
Browse files Browse the repository at this point in the history
  • Loading branch information
taisho6339 committed Nov 7, 2021
1 parent 488fae3 commit d2f4a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kafka/secrets/create-certs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cd `dirname $0`
cd "$(dirname "$0")"

set -o nounset \
-o errexit \
Expand Down

0 comments on commit d2f4a58

Please sign in to comment.