Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 2, 2023
1 parent 9557b3b commit 399efdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Fetch Versions
id: fetch-versions
run: |
./fetch-versions.sh
bash ./fetch-versions.sh
2 changes: 1 addition & 1 deletion fetch-versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

minecraft_versions=(
1.20.2
Expand Down

0 comments on commit 399efdf

Please sign in to comment.