about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rwxr-xr-xpkgs/by-name/st/stamp/stamp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh
index ca365194..663f404e 100755
--- a/pkgs/by-name/st/stamp/stamp.sh
+++ b/pkgs/by-name/st/stamp/stamp.sh
@@ -26,7 +26,7 @@ ARGUMENTS:
     FILES_OR_DIRECTORIES := [[ fd . --max-depth 3 ]]
                             Possible files to stamp.
 
-    L                 := GPL-3.0-or-later|CC-BY-SA-4.0|AGPL-3.0-or-later
+    L                    := GPL-3.0-or-later|CC-BY-SA-4.0|AGPL-3.0-or-later
                             A possible license identifier. These above are only suggestions.
 EOF
 }
@@ -81,7 +81,7 @@ done
 
 for file in "$@"; do
     if [ -d "$file" ]; then
-        fd . "$file" --type file | while read -r path_file; do
+        fd . "$file" --type file --hidden | while read -r path_file; do
             reuse_run "$path_file"
         done
     else