Skip to content

Commit

Permalink
Rename internal => local
Browse files Browse the repository at this point in the history
  • Loading branch information
crdx committed Oct 1, 2024
1 parent d8c1672 commit 00aea0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/pkg/

# sfe: ignore rest
internal.just
local.just
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set quiet := true

BIN := 'bundle exec ruby -Ilib bin/enparallel'

import? 'internal.just'
import? 'local.just'

[private]
help:
Expand Down

0 comments on commit 00aea0c

Please sign in to comment.