You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/SC2002
0 commit comments