From 478e8ddb1bba6b61be4ad7c297aa563e9b7ee34f Mon Sep 17 00:00:00 2001 From: Matt Broyles Date: Wed, 15 Jun 2016 20:40:19 -0500 Subject: [PATCH] Inserted newline after gittowork --- plugins/available/gittowork.plugin.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/available/gittowork.plugin.bash b/plugins/available/gittowork.plugin.bash index 9b68d27c..bcad46dd 100644 --- a/plugins/available/gittowork.plugin.bash +++ b/plugins/available/gittowork.plugin.bash @@ -4,7 +4,7 @@ about-plugin 'Downloads the latest .gitignore file by project type' function gittowork() { about 'Places the latest .gitignore file for a given project type in the current directory, or concatenates onto an existing .gitignore' group 'git' - + result=$(curl -L "Https://www.gitignore.io/api/$1" 2>/dev/null) if [[ $result =~ ERROR ]]; then @@ -20,4 +20,4 @@ function gittowork() { echo "$result" > .gitignore fi fi -} \ No newline at end of file +}