We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbb3202 + 7699560 commit ba81f9bCopy full SHA for ba81f9b
initpost.sh
@@ -84,7 +84,7 @@ e_warning() {
84
# | MAIN FUNCTIONS |
85
# ------------------------------------------------------------------------------
86
87
-# Everybody need some help
+# Everybody needs some help
88
initpost_help() {
89
90
cat <<EOT
@@ -106,7 +106,7 @@ EOT
106
107
}
108
109
-# Initial Content
+# Initial content
110
initpost_content() {
111
112
echo "---"
@@ -130,7 +130,7 @@ initpost_file() {
130
initpost_content > "${DIST_FOLDER}/${FILE_NAME}"
131
e_success "Initial post successfully created!"
132
else
133
- e_warning "File already exist."
+ e_warning "File already exists."
134
exit 1
135
fi
136
0 commit comments