diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cdfec99..252a109 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,7 +13,7 @@ jobs: - name: update.sh run: | - nix-shell -p nix-prefetch-git -c 'update.sh' + nix-shell -p nix-prefetch-git --command './update.sh' - name: Commit changes uses: EndBug/add-and-commit@v7 with: |