diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 19:29:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 19:29:19 -0700 |
commit | 573db8f7db0c489b3a2f7c514f8a0651a7b26439 (patch) | |
tree | a034c4923e8df8234a892756f5ebc9527fc3080a /users/fcuny/blog | |
parent | i don't think it will work (diff) | |
download | world-573db8f7db0c489b3a2f7c514f8a0651a7b26439.tar.gz |
who knows
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/blog/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/flake.nix b/users/fcuny/blog/flake.nix index 1c9b9dd..79e6953 100644 --- a/users/fcuny/blog/flake.nix +++ b/users/fcuny/blog/flake.nix @@ -36,7 +36,7 @@ export PATH=${ pkgs.lib.makeBinPath [ pkgs.hugo pkgs.git pkgs.jq pkgs.flyctl ] }:$PATH - ./scripts/deploy.sh + bash ./scripts/deploy.sh ''; }; |