diff options
author | Soispha <soispha@vhack.eu> | 2023-05-28 18:33:22 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-28 22:02:49 +0200 |
commit | ed45d4188968429c8c6c9218d36851f0f6d454ae (patch) | |
tree | b06f543d226d9b2421935bd4db4d8b79227ae1b8 | |
parent | Fix(treewide): Update to new shell library version (diff) | |
download | nixos-config-ed45d4188968429c8c6c9218d36851f0f6d454ae.tar.gz nixos-config-ed45d4188968429c8c6c9218d36851f0f6d454ae.zip |
Build(cog): Remove useless echo
-rw-r--r-- | cog.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml index 84aa4b3a..34134317 100644 --- a/cog.toml +++ b/cog.toml @@ -10,7 +10,6 @@ branch_whitelist = [ pre_bump_hooks = [ "nix flake check", # verify the project builds - "echo 'bumping from {{latest}} to {{version}}'", ] post_bump_hooks = [ "git push", |