diff options
Diffstat (limited to 'tools/patchwork-update-commits')
| -rwxr-xr-x | tools/patchwork-update-commits | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits index b2a658a..820fd1c 100755 --- a/tools/patchwork-update-commits +++ b/tools/patchwork-update-commits @@ -1,7 +1,7 @@  #!/bin/bash  toolsdir="$(dirname "$0")" -pwpath="${toolsdir}"/../apps/patchwork +pwpath="${toolsdir}"/../patchwork  if [ "$#" -lt 1 ]  then  | 
