summaryrefslogtreecommitdiff
path: root/bin/annex-drop-files-deleted-by-commit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-17 20:12:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-17 20:12:26 -0700
commit88d4200b315889f6800339318c29030ec6d411d5 (patch)
tree482a4a250a587539c51160eb08d33664259a956c /bin/annex-drop-files-deleted-by-commit
parent049f26c498491343308c5f11bc71283945edfadb (diff)
downloaddotfiles-88d4200b315889f6800339318c29030ec6d411d5.tar.gz
syntax
Diffstat (limited to 'bin/annex-drop-files-deleted-by-commit')
-rwxr-xr-xbin/annex-drop-files-deleted-by-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/annex-drop-files-deleted-by-commit b/bin/annex-drop-files-deleted-by-commit
index 91f431e9..53e9c2cf 100755
--- a/bin/annex-drop-files-deleted-by-commit
+++ b/bin/annex-drop-files-deleted-by-commit
@@ -43,7 +43,7 @@ catch {
# TODO support --from so can drop from special remotes too
my @drop_args = ();
if ($ARGV[0] eq '--force') {
- push @drop_args, "--force"
+ push @drop_args, "--force";
shift @ARGV;
}