mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +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()) {
|
||||
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