Skip to content

Commit

Permalink
Update oafpv variable to include "embedded" when version is not avail…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
nmaguiar committed Mar 2, 2024
1 parent b08fbc4 commit 025b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oafp.source.js.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const showHelp = () => {

const showVersion = () => {
var _ff = (getOPackPath("oafproc") || ".") + "/.package.yaml"
var oafpv = (io.fileExists(_ff) ? io.readFileYAML(_ff).version : "(not available)")
var oafpv = (io.fileExists(_ff) ? io.readFileYAML(_ff).version : "(not available/embedded)")
var _v = {
oafp: {
version: oafpv,
Expand Down

0 comments on commit 025b5c1

Please sign in to comment.