summaryrefslogtreecommitdiff
path: root/tcwg-cleanup-stale-workspaces.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-04 10:50:42 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-04 10:50:42 +0000
commit8093c69c5b3306d1b941ec191d3180460a94a98c (patch)
tree2ada436122e78e6817cfacd1e2346a6e39d661e0 /tcwg-cleanup-stale-workspaces.sh
parent15bb8018ddf053cc717361f38aa404fd55d25ba3 (diff)
tcwg-cleanup-stale-workspaces: Remove obsolete parameter.
Change-Id: I644d774535877e559d66beb59733756e67cf0add
Diffstat (limited to 'tcwg-cleanup-stale-workspaces.sh')
-rwxr-xr-xtcwg-cleanup-stale-workspaces.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcwg-cleanup-stale-workspaces.sh b/tcwg-cleanup-stale-workspaces.sh
index a41ff586..1fb6778c 100755
--- a/tcwg-cleanup-stale-workspaces.sh
+++ b/tcwg-cleanup-stale-workspaces.sh
@@ -11,7 +11,6 @@ while [ $# -gt 0 ]; do
--days) days="$2"; shift ;;
--dry_run) dry_run="$2"; shift ;;
--workspace_top) workspace_top="$2"; shift ;;
- --maxdepth) shift ;;
*) echo "ERROR: Wrong option: $1"; exit 1 ;;
esac
shift