Skip to content

Commit

Permalink
No need to add the key as output #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMaudry committed Jul 27, 2020
1 parent 47a5aec commit 85de006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compareKeysWithDic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ do

if [[ $search -lt 2 ]]
then
echo ${term},${definition},${key} >> $file.keys.csv
echo ${term},${definition} >> $file.keys.csv
fi
fi
done < $file
Expand Down

0 comments on commit 85de006

Please sign in to comment.