ci(scripts): Fix malformated shebang

This commit is contained in:
4s3ti 2023-03-16 01:13:50 +01:00
parent fe03be4396
commit c9e2537c19
No known key found for this signature in database
GPG key ID: AC2D3B898F96BC51

View file

@ -1,4 +1,4 @@
#/bin/bash -e
#!/bin/bash -e
cat /etc/os-release
uname -a