Skip to content

Commit

Permalink
fix: add correct env call
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Jan 10, 2025
1 parent 672db7a commit 0f00f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/base/core/git/conf/protected-branchs-hook.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

protected_branches=(production develop stage main master)
current_branch=$(git symbolic-ref --short HEAD)
Expand Down

0 comments on commit 0f00f44

Please sign in to comment.