summaryrefslogtreecommitdiffstats
path: root/nix-script-ls-profiles.sh
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-11 20:29:03 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-11 20:29:03 +0200
commitbd2467aaa6d2bb0eb7d64075f412a8a26d9cfd80 (patch)
tree9691763b1e421a5ca40eb04d8edaee6ba63530f8 /nix-script-ls-profiles.sh
parente9fd4bba0d8bf404a1f2d24e1d36bd68cbbfdbaa (diff)
Add missing arguments to help_end() calls
Diffstat (limited to 'nix-script-ls-profiles.sh')
-rwxr-xr-xnix-script-ls-profiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script-ls-profiles.sh b/nix-script-ls-profiles.sh
index be2eae4..61f0d7d 100755
--- a/nix-script-ls-profiles.sh
+++ b/nix-script-ls-profiles.sh
@@ -28,7 +28,7 @@ usage() {
# With verbosity on.
nix-script -v ls-profiles -s -n
-$(help_end)
+$(help_end "${BASH_SOURCE[0]}")
EOS
}