Skip to content

Commit

Permalink
Update the tool for building index
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmalin committed Feb 18, 2020
1 parent ba101f2 commit 7c1bf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/bin/diffIndex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function buildtable()
local indexout=$1.digest
local digest=""
local image=""
set -x

rm $indexout 2> /dev/null|| true
[[ ! -f "$1" ]] && { touch $indexout ; return ; }
set `cat $1 | egrep "\-\-help.*tgz|https.*tgz|digest" | tr -d ' '`
Expand Down

0 comments on commit 7c1bf47

Please sign in to comment.