Skip to content

Commit

Permalink
fixing package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lsproule committed Dec 23, 2023
1 parent 70d4d65 commit 9063291
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ frate watch #watches the project for changes and automatically builds and runs

```

![](./source/images/frate.png)

### Installation

Expand Down
Binary file added source/images/frate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Command/Actions/UvWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Frate::Command::UvWatch{
inter->pro->build_server = get_current_build_server();

// Get the destination path from environment variables
std::string remote_dest_path = std::getenv("REMOTE_DEST_PATH") ? std::getenv("REMOTE_DEST_PATH") : "/tmp/" + inter->pro->name;
std::string remote_dest_path = std::getenv("REMOTE_DEST_PATH") ? std::getenv("REMOTE_PATH") : "/tmp/" + inter->pro->name;
std::cout << "Remote destination path: " << remote_dest_path << std::endl;
std::cout << "project: " << json(*inter->pro).dump(2) << std::endl;
std::cout << "pro->name: " << inter->pro->name << std::endl;
Expand Down

0 comments on commit 9063291

Please sign in to comment.