Skip to content

Commit

Permalink
Fix unexpected error (PermissionDenied)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored and jhheider committed Dec 4, 2024
1 parent e2b1477 commit a5a8406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/rubocop.org/rubocop
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

export GEM_HOME="$(cd "$(dirname "$0")"/.. && pwd)"
export GEM_PATH="$GEM_HOME"
export PATH="$GEM_HOME/gems/bin:$PATH"
Expand Down

0 comments on commit a5a8406

Please sign in to comment.