Skip to content

Commit

Permalink
Fix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Nov 20, 2024
1 parent 96d08e8 commit 697b9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/toshy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ task :toshy do

command '/usr/bin/tar', '-xf', "#{tmpdir}/#{repo}.tar.gz", '--strip-components', '1', '-C', tmpdir

File.write "#{tmpdir}/setup_toshy.py", File.read("#{tmpdir}/setup_toshy.py").sub(/\s{2,}ask_is_distro_updated\(\)/, '')
File.write "#{tmpdir}/setup_toshy.py",
File.read("#{tmpdir}/setup_toshy.py").sub(/\s{2,}ask_is_distro_updated\(\)/, '')

ENV['XDG_SESSION_TYPE'] = 'tty' if ci?
command "#{tmpdir}/setup_toshy.py", 'install', input: "n\ny\n"
Expand Down

0 comments on commit 697b9eb

Please sign in to comment.