diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 18:40:37 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 20:22:47 -0400 |
commit | 85582bb58dfaa42f0543ec763c21134ffbfd837e (patch) | |
tree | 9462db755bab6bc02ba67c3ad59eb919a3dc12d5 /justfile | |
parent | e94132f06b5cf24bdf29f0bf0953bcdf452d47c4 (diff) |
Rename snorvik to taskflow everywhere
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ default: @just --list build: - go build -o bin/snorvik + go build -o bin/taskflow run: build - ./bin/snorvik + ./bin/taskflow |