Skip to content

Commit

Permalink
chore(default-flatpaks): Adjust log for removing fedora-testing remote
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Oct 15, 2024
1 parent ed67139 commit ae20a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default-flatpaks/v1/user-flatpak-setup
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
echo "User flatpak remote 'fedora' is already removed"
fi
if "${fedora_testing_user}"; then
echo "Removing flatpak remote 'fedora-testing'"
echo "Removing user flatpak remote 'fedora-testing'"
flatpak remote-delete --user fedora-testing --force
else
echo "User flatpak remote 'fedora-testing' is already removed"
Expand Down

0 comments on commit ae20a02

Please sign in to comment.