Skip to content

Commit

Permalink
toolkit.mk: fix 'clean-rpms-snapshot' target. (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelWMS authored and jslobodzian committed Oct 6, 2022
1 parent 9677b10 commit 6e9648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/scripts/toolkit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean-package-toolkit:
clean-rpms-snapshot:
rm -f $(rpms_snapshot)
rm -rf $(rpms_snapshot_build_dir)
rm -r $(rpms_snapshot_logs_path)
rm -f $(rpms_snapshot_logs_path)

package-toolkit: $(toolkit_archive_versioned_compressed)
@echo "Toolkit packed under '$(toolkit_archive_versioned_compressed)'."
Expand Down

0 comments on commit 6e9648f

Please sign in to comment.