Skip to content

Commit 220e399

Browse files
committed
chore: update log text
1 parent e60fabc commit 220e399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ export default class Package {
11181118
if ( !res.ok ) return res;
11191119

11201120
// package is dirty
1121-
if ( res.data.isDirty ) return result( [ 500, "Package has uncommited changes" ] );
1121+
if ( res.data.isDirty ) return result( [ 500, "Work tree has uncommited changes" ] );
11221122

11231123
const upstream = this.git.upstream,
11241124
packages = [ this, ...this.subPackages ],

0 commit comments

Comments
 (0)