mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 01:09:49 +00:00
chore: revert sentiment update on GIT_CLEAN requirement
This commit is contained in:
parent
a17f4e8617
commit
f646f9ceda
@ -11,7 +11,7 @@ export const REQUIRE_GIT_CLEAN_REPOSITORY = requirementFactory(
|
|||||||
|
|
||||||
if (!status.isClean()) {
|
if (!status.isClean()) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'Repository is not clean. Please consider committing or stashing any changes before upgrading'
|
'Repository is not clean. Please commit or stash any changes before upgrading'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user