forked from Ivasoft/traefik
Improve the CLI help (Update of the Flaeg dependency)
This commit is contained in:
committed by
Traefiker Bot
parent
b722748ec3
commit
e8e9dd9400
@@ -32,7 +32,7 @@ find vendor -type f \( ! -iname 'licen[cs]e*' \
|
||||
-a ! -iname '*.hxx' \
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
|
||||
find -type d \( -iname '*Godeps*' \) -exec rm -rf {} +
|
||||
find . -type d \( -iname '*Godeps*' \) -exec rm -rf {} +
|
||||
|
||||
find vendor -type l \( ! -iname 'licen[cs]e*' \
|
||||
-a ! -iname '*notice*' \
|
||||
@@ -55,4 +55,4 @@ find vendor -type l \( ! -iname 'licen[cs]e*' \
|
||||
-a ! -iname '*.hh' \
|
||||
-a ! -iname '*.hpp' \
|
||||
-a ! -iname '*.hxx' \
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
|
||||
Reference in New Issue
Block a user