Skip to content

Commit

Permalink
2024-02-18 14:42:16
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Feb 18, 2024
1 parent 56af24a commit 83c85f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion repo.create.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Creating repository on Gitea.
#
Expand Down
2 changes: 1 addition & 1 deletion repo.delete.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Deleting repository on Gitea.
#
Expand Down
2 changes: 1 addition & 1 deletion repo.transfer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Transferring repository on Gitea.
#
Expand Down
2 changes: 1 addition & 1 deletion repo.update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Updating repository on Gitea.
#
Expand Down

0 comments on commit 83c85f5

Please sign in to comment.