We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60fabc commit 220e399Copy full SHA for 220e399
1 file changed
lib/package.js
@@ -1118,7 +1118,7 @@ export default class Package {
1118
if ( !res.ok ) return res;
1119
1120
// package is dirty
1121
- if ( res.data.isDirty ) return result( [ 500, "Package has uncommited changes" ] );
+ if ( res.data.isDirty ) return result( [ 500, "Work tree has uncommited changes" ] );
1122
1123
const upstream = this.git.upstream,
1124
packages = [ this, ...this.subPackages ],
0 commit comments