Skip to content

Commit 8fa8e93

Browse files
committed
removed dummy depenencies I forgot to remove before pushing
1 parent f1ced39 commit 8fa8e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpmail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ main() {
297297
# dep_missing allows us to keep track of how many dependencies the user is missing
298298
# and then print out the missing dependencies once the checking is done.
299299
dep_missing=""
300-
for dependency in jq $browser curl hackerman kko; do
300+
for dependency in jq $browser curl; do
301301
if ! command -v "$dependency" >/dev/null 2>&1; then
302302
# Append to our list of missing dependencies
303303
dep_missing="$dep_missing $dependency"

0 commit comments

Comments
 (0)