diff options
author | Camil Staps | 2021-06-18 14:01:58 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-18 14:01:58 +0200 |
commit | fb1ef4d27b6347168b66884f556a83a78de65a60 (patch) | |
tree | 70a9dd0021407163aa690f9ae33eaf4fda712ed6 /system/.profile | |
parent | Add haskell indentation settings for vim (diff) |
Move iTasks-SDK project to itasks-sdk
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index 32126f2..0b91123 100644 --- a/system/.profile +++ b/system/.profile @@ -45,7 +45,7 @@ cpmq() { abcclean() { find \ "$CLEAN_HOME/lib" \ - ~/projects/clean/{iTasks-SDK,platform,abc-interpreter} \ + ~/projects/clean/{itasks-sdk,platform,abc-interpreter} \ . \ -name '*.abc' \ -not -name '_system.abc' \ |