Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Nov 3, 2023
1 parent b961986 commit 8af54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# Runs code generation. Use: "./do gen" or "./do gen watch" in project dir.
if [[ $1 == "gen" ]]; then
Expand Down

0 comments on commit 8af54f4

Please sign in to comment.