about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-28 18:33:22 +0200
committerSoispha <soispha@vhack.eu>2023-05-28 22:02:49 +0200
commited45d4188968429c8c6c9218d36851f0f6d454ae (patch)
treeb06f543d226d9b2421935bd4db4d8b79227ae1b8
parentFix(treewide): Update to new shell library version (diff)
downloadnixos-config-ed45d4188968429c8c6c9218d36851f0f6d454ae.tar.gz
nixos-config-ed45d4188968429c8c6c9218d36851f0f6d454ae.zip
Build(cog): Remove useless echo
-rw-r--r--cog.toml1
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",