diff options
| author | seth <[email protected]> | 2023-11-14 19:41:53 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 19:41:53 -0500 |
| commit | 2f15e8997f3086a1dc0fc6f472b46aaee11c98bf (patch) | |
| tree | 45e58cdfcd596d290cd22a579b4329da13915c2e | |
| parent | f281097023293a482498412d3760f350663b7314 (diff) | |
ci: fix typo in deploy nix develop command
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cee7095..7685b3f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,4 +37,4 @@ jobs: run: | nix develop --accept-flake-config \ --command bash \ - --comand "just deploy-all" + -c "just deploy-all" |
