1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00

ci: no need to cat wezterm.rb

I added this originally to see if the templating was working correctly.
With the recent changes to make it a cask, it's now much longer and
obscures some of the other more valuable output, so remove it.
This commit is contained in:
Wez Furlong 2021-05-22 18:05:32 -07:00
parent e046570fa1
commit 7a33956b8e

View File

@ -44,7 +44,6 @@ case $OSTYPE in
SHA256=$(shasum -a 256 $zipname | cut -d' ' -f1)
sed -e "s/@TAG@/$TAG_NAME/g" -e "s/@SHA256@/$SHA256/g" < ci/wezterm-homebrew-macos.rb.template > wezterm.rb
cat wezterm.rb
;;
msys)