From a5fdcbf449fb8ee692f3b2c72113ab8444a44c84 Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin (CPC/CCP)" Date: Mon, 18 Nov 2024 14:41:08 -0500 Subject: [PATCH] whooooooooooooooooooooooooooo --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index e116500..1dd424d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -450,7 +450,7 @@ gcom() { } lazyg() { git add . - git commit -m (curl -s https://whatthecommit.com/index.txt) + git commit -m "$(curl -s https://whatthecommit.com/index.txt)" git push }