diff options
author | Teddy Wing | 2021-02-27 19:11:03 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-27 19:11:03 +0100 |
commit | 5e0f58d30c08bd294539ede86757970d46cab4f6 (patch) | |
tree | d282eeaaea083e4daeae564891d3d0e34e716f1c | |
parent | cbd9d28467f03569f464cbd0628fed73e4a6cd32 (diff) | |
download | extreload-5e0f58d30c08bd294539ede86757970d46cab4f6.tar.bz2 |
Move `l/lib/sysexits` to `lib/sysexits`
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | lib/sysexits (renamed from l/lib/sysexits) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f422304..d1d6dab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "l/lib/sysexits"] - path = l/lib/sysexits + path = lib/sysexits url = https://github.com/teddywing/cl-sysexits.git diff --git a/l/lib/sysexits b/lib/sysexits -Subproject 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2 +Subproject 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2 |