Skip to content
Snippets Groups Projects
Verified Commit 434f9a09 authored by rahix's avatar rahix
Browse files

fix(code-style): Fix shebang & output


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 65d79dfc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/usr/bin/env bash
set -e
###########################
......@@ -72,6 +72,6 @@ for source_file in "$@"; do
echo -e "\tBLACK\t\t$source_file"
black -q "$source_file"
else
echo " - Ignoring $source_file" >&2
echo -e "\tIGN\t\t$source_file"
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment