Commit 162d79c
committed
Remove unnecessary cat from version parsing command
The deploy script contains a fairly complex command used to parse the code to get the current version. This command used
`cat` to pipe the contents of the file to `grep`. But `grep` has a filename argument, so this was unnecessary.
More information:
https://github.com/koalaman/shellcheck/wiki/SC20021 parent b63ef47 commit 162d79c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments