Skip to content

Commit 52da09d

Browse files
committed
mv: scripts/recipes-.* -> scripts/recipes/.* for better dir org
1 parent eeb5af1 commit 52da09d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import? 'scripts/recipes-aws.just'
2-
import? 'scripts/recipes-demo.just'
3-
import? 'scripts/recipes-custom.just'
4-
import? 'scripts/recipes-governance.just'
1+
import? 'scripts/recipes/aws.just'
2+
import? 'scripts/recipes/demo.just'
3+
import? 'scripts/recipes/custom.just'
4+
import? 'scripts/recipes/governance.just'
55

66
set shell := ["bash", "-uc"]
77
set positional-arguments
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)