Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
correcting error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sadovnikov committed May 4, 2016
1 parent 53770ca commit 3f9d9c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ public ClusterConfig readClusterConfigFromMinimesosFile() {
throw new MinimesosException(msg, e);
}
}
throw new MinimesosException("No minimesosFile found at '" + getClusterConfigPath() + "'. Please generate one with 'minimesos init'");
throw new MinimesosException("minimesos configuration file is not found. Please generate one with 'minimesos init'");
}

/**
Expand Down

0 comments on commit 3f9d9c0

Please sign in to comment.