Skip to content

Commit 39f60ff

Browse files
authored
Merge pull request #2373 from danielalanbates/fix/issue-1696
2 parents bc7e726 + b4476b9 commit 39f60ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clean_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#
1919
aliases/
2020
completion/
21+
custom/example.bash
2122
docs/
2223
hooks/
2324
lib/

custom/example.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22
#
33
# This is an example file. Don't use this for your custom scripts. Instead, create another file within the
44
# custom directory.

0 commit comments

Comments
 (0)