Skip to content

Commit 7719bc2

Browse files
committed
fixed (null) is already here error
1 parent 9703f24 commit 7719bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/move.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void move_binaries(char** locations, long loc_size) {
4242

4343
msg(WARNING, "Moved %s/%s to %s", getenv("SOVIET_BUILD_DIR"), locations[i], dest_loc);
4444
} else {
45-
msg(WARNING, "%s is already here");
45+
msg(WARNING, "%s is already here, use --overwrite?", locations[i]);
4646

4747
if (OVERWRITE) {
4848
// Rename the file in the build directory to the destination location

0 commit comments

Comments
 (0)