Skip to content

Commit

Permalink
Update filter_remote.go (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsHankelMC authored Nov 21, 2022
1 parent 5edc430 commit 20fc625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regolith/filter_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (f *RemoteFilter) run(context RunContext) error {
"Filter: %s\n"+
"Installed version: %s\n"+
"Required version: %s\n"+
"You udpate all of the filters by running:\n"+
"You update all of the filters by running:\n"+
"regolith install-all",
// id, cached, required
f.Id, *version, f.Definition.Version)
Expand Down

0 comments on commit 20fc625

Please sign in to comment.