Skip to content

Commit

Permalink
Use bash from env for better portability (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luz authored Oct 14, 2023
1 parent 387b953 commit 69c2227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
tox
flake8 --ignore E501,E128,W503,E711 fahrplan/*.py

0 comments on commit 69c2227

Please sign in to comment.