Skip to content

Commit e0bb154

Browse files
committed
Removed space in shebang
1 parent 4d14097 commit e0bb154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh -e
1+
#!/bin/sh -e
22
# Script to automatically download the project including all submodules
33
# It then updates all submodules and removes all files related to git
44
# It then zips it, so it is ready to be uploaded to Balanduino.com

0 commit comments

Comments
 (0)