mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-30 18:41:23 -05:00
Merge pull request #116 from matthiasclasen/check-name
Don't check that the name is a branch
This commit is contained in:
@@ -144,7 +144,7 @@ xdg_app_builtin_build_bundle (int argc, char **argv, GCancellable *cancellable,
|
||||
|
||||
file = g_file_new_for_commandline_arg (filename);
|
||||
|
||||
if (!xdg_app_is_valid_branch (name))
|
||||
if (!xdg_app_is_valid_name (name))
|
||||
return xdg_app_fail (error, "'%s' is not a valid name", name);
|
||||
|
||||
if (!xdg_app_is_valid_branch (branch))
|
||||
|
||||
Reference in New Issue
Block a user