소스 검색

removed dummy depenencies I forgot to remove before pushing

Siddharth Dushantha 4 년 전
부모
커밋
8fa8e93aeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -297,7 +297,7 @@ main() {
     # dep_missing allows us to keep track of how many dependencies the user is missing
     # dep_missing allows us to keep track of how many dependencies the user is missing
     # and then print out the missing dependencies once the checking is done.
     # and then print out the missing dependencies once the checking is done.
     dep_missing=""
     dep_missing=""
-    for dependency in jq $browser curl hackerman kko; do
+    for dependency in jq $browser curl; do
         if ! command -v "$dependency" >/dev/null 2>&1; then
         if ! command -v "$dependency" >/dev/null 2>&1; then
             # Append to our list of missing dependencies
             # Append to our list of missing dependencies
             dep_missing="$dep_missing $dependency"
             dep_missing="$dep_missing $dependency"