Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Commands now work on linux and windows
Browse files Browse the repository at this point in the history
Signed-off-by: Akash <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 committed Mar 8, 2024
1 parent 4bf3da6 commit 247cae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion out/compiled/Main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/keploy_record_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
keploycmd="/usr/local/bin/keploybin"
fi
# Execute the keploy record command, redirecting output to the log file
$keploycmd record -c "$command" "$filepath" | tee -a "$log_file_path"
sudo $keploycmd record -c "$command" "$filepath" | tee -a "$log_file_path"
# keploy record -c "/home/akash/Desktop/samples-go/gin-mongo/test-app-url-shortener" | tee -a "$log_file_path"


0 comments on commit 247cae7

Please sign in to comment.