From 909e360eb951dd74b2a49b9ae34936f38e039c77 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 28 Sep 2023 13:47:18 +0200 Subject: [PATCH] Update scripts.csv --- Data/scripts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/scripts.csv b/Data/scripts.csv index 6bb86985..15338145 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -313,7 +313,7 @@ remind-me.ps1, ,Creates a scheduled task that will display a popup message, remove-empty-dirs.ps1,filesystem,"Removes all empty subfolders within a directory tree", remove-old-dirs.ps1,filesystem,"Removes old directories", remove-print-jobs.ps1,misc,"Removes all jobs from all printers", -remove-tag.ps1,git,"Removes a Git tag (locally, remote, or both)" +remove-tag.ps1,git,"Removes a Git tag (locally, remote, or both)", replace-in-files.ps1, ,Search and replace a pattern in the given files by the replacement, restart-network-adapters.ps1, ,Restarts all local network adapters, save-screenshot.ps1, ,Saves a single screenshot,